package
1.7.3
Repository: https://github.com/waymobetta/go-ethereum.git
Documentation: pkg.go.dev

# Packages

Package bn256 implements a particular bilinear group at the 128-bit security level.
No description provided by the author
No description provided by the author
No description provided by the author
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202.

# Functions

Creates an ethereum address given the bytes and the nonce.
No description provided by the author
FromECDSA exports a private key into a binary dump.
No description provided by the author
No description provided by the author
HexToECDSA parses a secp256k1 private key.
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.
Keccak512 calculates and returns the Keccak512 hash of the input data.
LoadECDSA loads a secp256k1 private key from the given file.
No description provided by the author
S256 returns an instance of the secp256k1 curve.
SaveECDSA saves a secp256k1 private key to the given file with restrictive permissions.
Sign calculates an ECDSA signature.
No description provided by the author
ToECDSA creates a private key with the given D value.
No description provided by the author
ToECDSAUnsafe blidly converts a binary blob to a private key.
ValidateSignatureValues verifies whether the signature values are valid with the given chain rules.