We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392a38c commit 91946a3Copy full SHA for 91946a3
sign/dilithium/gen.go
@@ -61,6 +61,7 @@ func (m Mode) NIST() bool {
61
return strings.HasPrefix(m.Name, "ML-DSA-")
62
}
63
64
+// https://csrc.nist.gov/Projects/computer-security-objects-register/algorithm-registration
65
func (m Mode) OidGo() string {
66
ret := "asn1.ObjectIdentifier{"
67
first := true
0 commit comments