package
2.2.0+incompatible
Repository: https://github.com/dispatchlabs/disgo.git
Documentation: pkg.go.dev

# Packages

Package bn256 implements the Optimal Ate pairing over a 256-bit Barreto-Naehrig curve.

# Functions

CompressPubkey encodes a public key to the 33-byte compressed format.
Creates an ethereum address given the bytes and the nonce.
DecompressPubkey parses a public key in the 33-byte compressed format.
Ecrecover returns the uncompressed public key that created the given signature.
Keccak256 calculates and returns the Keccak256 hash of the input data.
Keccak256Hash calculates and returns the Keccak256 hash of the input data, converting it to an internal Hash data structure.
No description provided by the author
S256 returns an instance of the secp256k1 curve.
Sign calculates an ECDSA signature.
SigToPub returns the public key that created the given signature.
VerifySignature checks that the given public key created signature over hash.