From 456fe4165f8499b2e6e982891d1a40b8b39cb941 Mon Sep 17 00:00:00 2001 From: Bas Westerbaan Date: Mon, 6 May 2024 11:45:23 +0200 Subject: [PATCH] dilithium: fix typo Closes #497 --- sign/dilithium/dilithium.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sign/dilithium/dilithium.go b/sign/dilithium/dilithium.go index b9dd1adb0..2a4b61b28 100644 --- a/sign/dilithium/dilithium.go +++ b/sign/dilithium/dilithium.go @@ -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.