#aes-gcm-siv #deprecated #switch #abandoned #aead #aes-siv

yanked miscreant

DEPRECATED: please switch to the aes-siv or aes-gcm-siv crates

0.99.0 Aug 25, 2021
0.5.2 Dec 5, 2019
0.4.2 Jan 13, 2019
0.4.0-beta2 Jun 23, 2018
0.0.0 Jul 24, 2017

#5 in #aes-gcm-siv

Download history 2/week @ 2026-01-19 92/week @ 2026-03-02 172/week @ 2026-03-09 29/week @ 2026-03-16 41/week @ 2026-03-23

334 downloads per month
Used in 8 crates (5 directly)

Apache-2.0

2KB

🚨 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

No runtime deps