Skip to content
New issue

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

RUSTSEC-2021-0062: project abandoned; migrate to the aes-siv crate #7

Open
github-actions bot opened this issue May 22, 2021 · 0 comments
Open

Comments

@github-actions
Copy link

project abandoned; migrate to the aes-siv crate

Details
Status unmaintained
Package miscreant
Version 0.5.2
URL miscreant/miscreant.rs@5d921f5
Date 2021-02-28

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>

See advisory page for additional details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants