0.1.0 • Published 6 years ago

xstream-crypto v0.1.0

Weekly downloads
1
License
(MIT OR Apache-2....
Repository
github
Last release
6 years ago

xstream.js Latest Version Build Status Known Vulnerabilities MIT licensed Gitter Chat

XSTREAM (pronounced "extreme!") is a public key encryption system combining X25519 Elliptic Curve Diffie-Hellman (RFC 7748) with the STREAM construction.

The implementations in this repository are built on top of the Miscreant misuse-resistant symmetric encryption library, which provides the AES-SIV and AES-PMAC-SIV algorithms.

More information on XSTREAM is available in the Wiki.

Help and Discussion

Have questions? Want to suggest a feature or change?

Security Notice

Though this library is written by cryptographic professionals, it has not undergone a thorough security audit, and cryptographic professionals are still humans that make mistakes.

Use this library at your own risk.

Documentation

Please see the XSTREAM Wiki for API documentation.

Code of Conduct

We abide by the Contributor Covenant and ask that you do as well.

For more information, please see CODE_OF_CONDUCT.md.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/miscreant/xstream.

License

Copyright (c) 2017-2018 The Miscreant Developers.

All XSTREAM libraries are licensed under either of:

at your option.