ccm

Crates.ioccm
lib.rsccm
version0.5.0
sourcesrc
created_at2020-06-03 06:37:07.748127
updated_at2022-07-30 17:28:08.406391
descriptionGeneric implementation of the Counter with CBC-MAC (CCM) mode
homepagehttps://github.com/RustCrypto/AEADs
repositoryhttps://github.com/RustCrypto/AEADs/tree/master/ccm
max_upload_size
id249562
size280,396
AEADs (github:rustcrypto:aeads)

documentation

https://docs.rs/ccm

README

RustCrypto: CCM

crate Docs Apache2/MIT licensed Rust Version CodeCov Status Project Chat Build Status

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.

Documentation

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.

Commit count: 609

cargo fmt