We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aes-siv
project abandoned; migrate to the aes-siv crate
miscreant
0.5.2
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:
aes-gcm-siv
<https://github.com/RustCrypto/AEADs/tree/master/aes-gcm-siv>
See advisory page for additional details.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
miscreant
0.5.2
The Miscreant project has been abandoned and archived.
The Rust implementation has been adapted into the new
aes-siv
crate whichimplements 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 constructionwhich provides similar properties:
<https://github.com/RustCrypto/AEADs/tree/master/aes-gcm-siv>
See advisory page for additional details.
The text was updated successfully, but these errors were encountered: