Skip to content

Commit 21e2475

Browse files
authored
Fix typo in comment for verify options
1 parent 36377fc commit 21e2475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

keys.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func (k PrivateKey) PublicKey() PublicKey {
156156
// PK is a convenience alias for PublicKey
157157
type PK = PublicKey
158158

159-
// done to keep verify the same as stdlib crypto/voied25519
159+
// done to keep verify the same as stdlib crypto/ed25519
160160
var verifyOptsStdLib = &voied25519.Options{
161161
Verify: voied25519.VerifyOptionsStdLib,
162162
}

0 commit comments

Comments
 (0)