-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pqcrypto-dilithium is replaced by pqcrypto-mldsa
- Loading branch information
1 parent
1b11255
commit 9df5f27
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
```toml | ||
[advisory] | ||
# Identifier for the advisory (mandatory). Will be assigned a "RUSTSEC-YYYY-NNNN" | ||
# identifier e.g. RUSTSEC-2018-0001. Please use "RUSTSEC-0000-0000" in PRs. | ||
id = "RUSTSEC-0000-0000" | ||
|
||
# Name of the affected crate (mandatory) | ||
package = "pqcrypto-dilithium" | ||
|
||
# Disclosure date of the advisory as an RFC 3339 date (mandatory) | ||
date = "2024-10-24" | ||
|
||
# Optional: Indicates the type of informational security advisory | ||
# - "unsound" for soundness issues | ||
# - "unmaintained" for crates that are no longer maintained | ||
# - "notice" for other informational notices | ||
informational = "unmaintained" | ||
|
||
[versions] | ||
patched = [] | ||
``` | ||
|
||
# Replaced by `pqcrypto-mldsa` | ||
|
||
This crate has been replaced by `pqcrypto-mldsa`, which provides a | ||
FIPS204-compatible implementation of ML-DSA. |