An implementation of Olm and Megolm in pure Rust.
Stars
351
Forks
55
Watchers
351
Open Issues
8
Overall repository health assessment
No package.json found
This might not be a Node.js project
472
commits
112
commits
56
commits
29
commits
26
commits
6
commits
4
commits
2
commits
2
commits
1
commits
chore(deps): Bump CodSpeedHQ/action from 4.11.1 to 4.13.0
1d956dbView on GitHubchore(deps): Bump codecov/codecov-action from 5.5.2 to 6.0.0
2228c6dView on GitHubchore(deps): Bump moonrepo/setup-rust from 1.2.2 to 1.3.0 (#319)
0636058View on GitHubtest(olm): Add some more tests when incorrect session configs are encountered
7a14c9cView on GitHubrefactor: Check for the version in the pre-key message directly when crating a Session
3516b30View on GitHubfeat: Move the non-truncated MAC session config behind a feature flag
953a220View on GitHubfix: Pass the expected session config when building an inbound Olm session
95b089bView on GitHubtest: Clarify what the arguments usually are where we pass in non-contributory keys in some tests
0e0096cView on GitHubdocs(olm): Fix some typos and clarify some docs and a changelog entry
9208a7cView on GitHubfix: Consolidate the usage of the contributory behavior check
7185dedView on GitHubfeat: Check for contributory behavior in the double ratchet DH ratcheting step
0d797bdView on GitHubtest: Add tests for non-contributory keys being rejected
25d907eView on GitHub