Skip to content

Commit

Permalink
dilithium: fix typo
Browse files Browse the repository at this point in the history
Closes #497
  • Loading branch information
bwesterb committed May 6, 2024
1 parent 4bb5601 commit 456fe41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sign/dilithium/dilithium.go
Expand Up @@ -40,7 +40,7 @@ type PublicKey interface {
Bytes() []byte
}

// PrivateKey is a Dilithium public key.
// PrivateKey is a Dilithium private key.
//
// The structure contains values precomputed during unpacking/key generation
// and is therefore significantly larger than a packed private key.
Expand Down

0 comments on commit 456fe41

Please sign in to comment.