Skip to content

Commit 456fe41

Browse files
committedMay 6, 2024
dilithium: fix typo
Closes cloudflare#497
1 parent 4bb5601 commit 456fe41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎sign/dilithium/dilithium.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type PublicKey interface {
4040
Bytes() []byte
4141
}
4242

43-
// PrivateKey is a Dilithium public key.
43+
// PrivateKey is a Dilithium private key.
4444
//
4545
// The structure contains values precomputed during unpacking/key generation
4646
// and is therefore significantly larger than a packed private key.

0 commit comments

Comments
 (0)