An open API service indexing awesome lists of open source software.

https://github.com/rustcrypto/nacl-compat

Pure Rust compatibility layer for NaCl-family libraries
https://github.com/rustcrypto/nacl-compat

Last synced: 7 months ago
JSON representation

Pure Rust compatibility layer for NaCl-family libraries

Awesome Lists containing this project

README

          

# RustCrypto: compatibility layer for NaCl-family libraries

[![Project Chat][chat-image]][chat-link]

Pure Rust implementation of APIs from [NaCl]-family libraries
(e.g. [libsodium], [TweetNaCl]).

## Crates

| Name | Crates.io | Documentation | MSRV |
| -------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |------|
| [`crypto_box`](https://github.com/RustCrypto/nacl-compat/tree/master/crypto_box) | [![crates.io](https://img.shields.io/crates/v/crypto_box.svg)](https://crates.io/crates/crypto_box) | [![Documentation](https://docs.rs/crypto_box/badge.svg)](https://docs.rs/crypto_box) | 1.60 |
| [`crypto_kx`](https://github.com/RustCrypto/nacl-compat/tree/master/crypto_kx) | [![crates.io](https://img.shields.io/crates/v/crypto_kx.svg)](https://crates.io/crates/crypto_kx) | [![Documentation](https://docs.rs/crypto_kx/badge.svg)](https://docs.rs/crypto_kx) | 1.60 |
| [`crypto_secretbox`](https://github.com/RustCrypto/nacl-compat/tree/master/crypto_secretbox) | [![crates.io](https://img.shields.io/crates/v/crypto_secretbox.svg)](https://crates.io/crates/crypto_secretbox) | [![Documentation](https://docs.rs/crypto_secretbox/badge.svg)](https://docs.rs/crypto_secretbox) | 1.60 |
| [`crypto_secretstream`](https://github.com/RustCrypto/nacl-compat/tree/master/crypto_secretstream) | [![crates.io](https://img.shields.io/crates/v/crypto_secretstream.svg)](https://crates.io/crates/crypto_secretstream) | [![Documentation](https://docs.rs/crypto_secretstream/badge.svg)](https://docs.rs/crypto_secretstream) | 1.60 |

## MSRV Policy

Minimum Supported Rust Version (MSRV) can be changed in the future, but it will be
done with a minor version bump.

## License

All crates licensed under either of

- [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
- [MIT license](http://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.

[//]: # "badges"
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#all_messages

[//]: # "general links"
[nacl]: https://nacl.cr.yp.to
[libsodium]: https://doc.libsodium.org
[tweetnacl]: https://tweetnacl.cr.yp.to