- Go 100%
|
Sam Whited
f3cc64cd17
All checks were successful
Also fix the import statement which was missing quotes. Signed-off-by: Sam Whited <sam@samwhited.com> |
||
|---|---|---|
| .woodpecker | .woodpecker: run doubleratchet integration tests | |
| doubleratchet | doubleratchet: expose public API | |
| internal/python | internal/python: new python testing package | |
| x3dh | x3dh: update to use new python testing package | |
| .gitignore | all: gitignore profiling files | |
| DCO | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| README.md | all: fix sentence fragment in readme | |
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.