Commit Graph

7 Commits (90f21e1d132df691ad8422769fa76ef5fa472bb1)

Author SHA1 Message Date
Daniele Lacamera 90f21e1d13
Merge branch 'master' into ml-dsa-generate-from-seed 2026-04-15 06:56:56 +02:00
Martijn de Milliano ac6eee4f84 Process Copilot comments
- Use constant from ciphers.py
- Raise ValueError or TypeError in sign_with_seed instead of assert
- Add missing test case
2026-04-15 06:48:36 +02:00
Martijn de Milliano e36859cb9c ML-DSA: Support deterministic signing 2026-04-15 06:48:36 +02:00
Martijn de Milliano 44efa4b465 Process Copilot comments
- Move+rename constant for seed length and use it in test_mldsa
- Replace assert by raising TypeError and ValueError in
  make_key_from_seed, and change type check to use memoryview.
2026-04-10 17:30:10 +02:00
Martijn de Milliano 1c034b20d8 ML-DSA: Support (re-)generating MlDsaPrivate from seed
As specified in FIPS 204, implementations can store the seed from
which the key can be deterministically generated.
2026-03-24 22:08:57 +01:00
Koji Takeda c59e5910d1 Fix details by hand 2025-03-03 16:14:07 +09:00
Devin AI b501989317 Support ML-DSA
Co-Authored-By: Koji Takeda <takeda@wolfssl.com>
2025-03-03 16:11:37 +09:00