We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36377fc commit 21e2475Copy full SHA for 21e2475
1 file changed
keys.go
@@ -156,7 +156,7 @@ func (k PrivateKey) PublicKey() PublicKey {
156
// PK is a convenience alias for PublicKey
157
type PK = PublicKey
158
159
-// done to keep verify the same as stdlib crypto/voied25519
+// done to keep verify the same as stdlib crypto/ed25519
160
var verifyOptsStdLib = &voied25519.Options{
161
Verify: voied25519.VerifyOptionsStdLib,
162
}
0 commit comments