xsalsa20poly1305 is unmaintained (#1694)

See https://github.com/RustCrypto/AEADs/pull/525
This commit is contained in:
Tony Arcieri
2023-05-16 21:01:49 -06:00
committed by GitHub
parent 50bed3ba40
commit dc083e6955

View File

@@ -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:
<https://github.com/RustCrypto/nacl-compat/tree/master/crypto_secretbox>