From f7d821e7b2c6a614e91a16ab4b8f688b4e264dd3 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.