package
0.0.0-20210730035956-6ee08864794d
Repository: https://github.com/fletaio/fleta_v1.git
Documentation: pkg.go.dev

# Functions

CompressPubkey encodes a public key to the 33-byte compressed format.
Ecrecover returns the uncompressed public key that created the given signature.
GenerateKey generate a key.
Keccak256 calculates and returns the Keccak256 hash of the input data.
S256 returns an instance of the secp256k1 curve.
Sign calculates an ECDSA signature.
VerifySignature checks that the given public key created signature over hash.