diff --git a/crates/xsalsa20poly1305/RUSTSEC-0000-0000.md b/crates/xsalsa20poly1305/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..d4cc717 --- /dev/null +++ b/crates/xsalsa20poly1305/RUSTSEC-0000-0000.md @@ -0,0 +1,20 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "xsalsa20poly1305" +date = "2023-05-16" +informational = "unmaintained" +url = "https://github.com/RustCrypto/AEADs/pull/525" + +[versions] +patched = [] +unaffected = [] +``` + +# crate has been renamed to `crypto_secretbox` + +This crate has been forked/renamed from `xsalsa20poly1305` to `crypto_secretbox`. + +The new repository location is at: + +