miscreant

Crates.iomiscreant
lib.rsmiscreant
version0.99.0
sourcesrc
created_at2017-07-24 05:01:52.076655
updated_at2021-08-25 14:03:15.186847
descriptionDEPRECATED: please switch to the `aes-siv` or `aes-gcm-siv` crates
homepage
repositoryhttps://github.com/RustCrypto/AEADs/tree/master/aes-siv
max_upload_size
id24781
size1,709
semver-owners (github:rust-lang-nursery:semver-owners)

documentation

README

🚨 DEPRECATED! 🚨

The Miscreant project has been abandoned and archived.

The Rust implementation has been adapted into the new aes-siv crate which implements both the AES-CMAC-SIV and AES-PMAC-SIV constructions:

https://github.com/RustCrypto/AEADs/tree/master/aes-siv

Please migrate to the aes-siv crate.

Alternatively see the aes-gcm-siv crate for a newer, faster construction which provides similar properties:

https://github.com/RustCrypto/AEADs/tree/master/aes-gcm-siv

Commit count: 609

cargo fmt