diff --git a/crates/miscreant/RUSTSEC-0000-0000.md b/crates/miscreant/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..d280de1 --- /dev/null +++ b/crates/miscreant/RUSTSEC-0000-0000.md @@ -0,0 +1,28 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "miscreant" +date = "2021-02-28" +informational = "unmaintained" +url = "https://github.com/miscreant/miscreant.rs/commit/5d921f579e0c2b9960d472cf377b8487d97fbcec" + +[versions] +patched = [] +unaffected = [] +``` + +# project abandoned; migrate to the `aes-siv` crate + +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: + + + +Please migrate to the `aes-siv` crate. + +Alternatively see the `aes-gcm-siv` crate for a newer, faster construction +which provides similar properties: + +