9
0
Fork
You've already forked crypto
1
Cryptographic primitives useful for both XMPP and more broadly such as the Signal x3dh and double ratchet protocols. https://mellium.im/crypto/
  • Go 100%
Sam Whited f3cc64cd17
All checks were successful
ci/woodpecker/push/dco Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful
ci/woodpecker/push/integration Pipeline was successful
ci/woodpecker/push/validate Pipeline was successful
all: fix sentence fragment in readme
Also fix the import statement which was missing quotes.
Signed-off-by: Sam Whited <sam@samwhited.com>
2024年12月04日 14:27:38 -05:00
.woodpecker .woodpecker: run doubleratchet integration tests 2024年07月10日 15:38:02 +00:00
doubleratchet doubleratchet: expose public API 2024年07月26日 13:10:21 -04:00
internal/python internal/python: new python testing package 2024年05月05日 15:16:42 -04:00
x3dh x3dh: update to use new python testing package 2024年05月05日 15:16:44 -04:00
.gitignore all: gitignore profiling files 2024年05月06日 08:15:00 -04:00
DCO
go.mod
go.sum
LICENSE
README.md all: fix sentence fragment in readme 2024年12月04日 14:27:38 -05:00

crypto

Issue Tracker Docs Chat License

This library implements various cryptographic protocols used by other Mellium libraries. It differs from mellium.im/xmpp/crypto in that the primitives here are not specific to XMPP and may be useful outside of the XMPP protocol. It was written to be used as part of the OMEMO e2e encryption protocol.

To use it in your project, import it (or any of its other packages) like so:

import"mellium.im/crypto"

If you'd like to contribute to the project, see CONTRIBUTING.md.

License

The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the file "LICENSE".

Unless you explicitly state otherwise, any contribution submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.