We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb5601 commit 456fe41Copy full SHA for 456fe41
sign/dilithium/dilithium.go
@@ -40,7 +40,7 @@ type PublicKey interface {
40
Bytes() []byte
41
}
42
43
-// PrivateKey is a Dilithium public key.
+// PrivateKey is a Dilithium private key.
44
//
45
// The structure contains values precomputed during unpacking/key generation
46
// and is therefore significantly larger than a packed private key.
0 commit comments