mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-25 05:09:53 +00:00
8 lines
141 B
Odin
8 lines
141 B
Odin
/*
|
|
Module-Lattice-Based Digital Signature Algorithm.
|
|
|
|
See:
|
|
- [[ https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.pdf ]]
|
|
*/
|
|
package mldsa
|