11 unstable releases
0.5.0 | Jul 30, 2022 |
---|---|
0.5.0-pre.1 | Jul 2, 2022 |
0.4.4 | Jul 20, 2021 |
0.4.0 | Apr 29, 2021 |
0.0.0 | Jun 3, 2020 |
#2632 in Cryptography
53,143 downloads per month
Used in 103 crates
(19 directly)
245KB
301 lines
RustCrypto: CCM
Pure Rust implementation of the Counter with CBC-MAC (CCM) mode (RFC 3610): an Authenticated Encryption with Associated Data (AEAD) algorithm generic over block ciphers with block size equal to 128 bits.
Security Notes
No security audits of this crate have ever been performed, and it has not been thoroughly assessed to ensure its operation is constant-time on common CPU architectures.
USE AT YOUR OWN RISK!
License
Licensed under either of:
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.
Dependencies
~415–710KB
~14K SLoC