mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
b2bffe5fc7
Uses a similar strategy to `rsa`, cloning the Wycheproof test vectors as a submodule and parsing the JSON files directly (I tried to use `wycheproof2blb` and it seems really out of date). Adds the following as an initial integration: - `mldsa_44_sign_seed_test` - `mldsa_65_sign_seed_test` - `mldsa_87_sign_seed_test`
4 lines
101 B
Plaintext
4 lines
101 B
Plaintext
[submodule "wycheproof"]
|
|
path = thirdparty/wycheproof
|
|
url = https://github.com/C2SP/wycheproof.git
|