1
0
Fork
You've already forked crypto
0
forked from mellium/crypto
Cryptographic primitives useful for both XMPP and more broadly such as the Signal x3dh and double ratchet protocols. Forked, so I can write a README with testing info.
  • Go 100%
2024年07月23日 14:31:48 +00:00
.woodpecker .woodpecker: run doubleratchet integration tests 2024年07月10日 15:38:02 +00:00
doubleratchet Update doubleratchet/README.md 2024年07月23日 14:31:48 +00: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 Add initial documents 2024年04月28日 09:11:47 -04:00
go.mod all: rename to "crypto" and move x3dh to package 2024年05月01日 15:59:20 -04:00
go.sum x3dh: initial implementation and integration tests 2024年04月30日 12:57:51 -04:00
LICENSE Add initial documents 2024年04月28日 09:11:47 -04:00
README.md Fix missing link in readme 2024年05月04日 09:00:34 -04: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 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:

importmellium.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.