//
pkg.gl
Category
github.com/libs4go/crypto
elliptic
package
0.0.1
Repository:
https://github.com/libs4go/crypto.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
3
Files
2k SLOC
#
Functions
NAF
NAF takes a positive integer k and returns the Non-Adjacent Form (NAF) as two byte slices.
SECP256K1
S256 returns a Curve which implements secp256k1.
#
Structs
KoblitzCurve
KoblitzCurve supports a koblitz curve implementation that fits the ECC Curve interface from crypto/elliptic.