Skip to content

Commit

Permalink
Update sign/dilithium/gen.go
Browse files Browse the repository at this point in the history
Co-authored-by: Armando Faz <[email protected]>
  • Loading branch information
bwesterb and armfazh committed Oct 16, 2024
1 parent 392a38c commit 91946a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sign/dilithium/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func (m Mode) NIST() bool {
return strings.HasPrefix(m.Name, "ML-DSA-")
}

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

0 comments on commit 91946a3

Please sign in to comment.