# nacl-compat **Repository Path**: mirrors_RustCrypto/nacl-compat ## Basic Information - **Project Name**: nacl-compat - **Description**: Pure Rust compatibility layer for NaCl-family libraries - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-22 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.85 | | [`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.85 | | [`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.85 | | [`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.85 | ## 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