Skip to content

Commit 91946a3

Browse files
bwesterbarmfazh
andcommitted
Update sign/dilithium/gen.go
Co-authored-by: Armando Faz <armfazh@users.noreply.github.com>
1 parent 392a38c commit 91946a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: sign/dilithium/gen.go

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ func (m Mode) NIST() bool {
6161
return strings.HasPrefix(m.Name, "ML-DSA-")
6262
}
6363

64+
// https://csrc.nist.gov/Projects/computer-security-objects-register/algorithm-registration
6465
func (m Mode) OidGo() string {
6566
ret := "asn1.ObjectIdentifier{"
6667
first := true

0 commit comments

Comments
 (0)