We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b4b0e commit 6d0be87Copy full SHA for 6d0be87
constants.go
@@ -26,7 +26,7 @@ var (
26
Secp256k1_P = hexint("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F")
27
Secp256k1_CurveOrder = hexint("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141")
28
29
- // Secp256k1_GeneratorX and Secp256k1_GeneratorY descirbe the secp256k1
+ // Secp256k1_GeneratorX and Secp256k1_GeneratorY describe the secp256k1
30
// generator point, used for deriving public keys from private keys.
31
Secp256k1_GeneratorX = hexint("79BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F81798")
32
Secp256k1_GeneratorY = hexint("483ADA7726A3C4655DA4FBFC0E1108A8FD17B448A68554199C47D08FFB10D4B8")
0 commit comments