We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9971d3 commit 7bb2a48Copy full SHA for 7bb2a48
crypto/crypto.go
@@ -79,7 +79,7 @@ func ToECDSA(d []byte) (*ecdsa.PrivateKey, error) {
79
return toECDSA(d, true)
80
}
81
82
-// ToECDSAUnsafe blidly converts a binary blob to a private key. It should almost
+// ToECDSAUnsafe blindly converts a binary blob to a private key. It should almost
83
// never be used unless you are sure the input is valid and want to avoid hitting
84
// errors due to bad origin encoding (0 prefixes cut off).
85
func ToECDSAUnsafe(d []byte) *ecdsa.PrivateKey {
0 commit comments