package
0.0.0-20210928130246-c17f0e79bee6
Repository: https://github.com/consensys/quorum-go-utils.git
Documentation: pkg.go.dev

# Functions

GenerateKey generates a new random secp256k1 key.
NewAddress creates a new Address from the provided bytes.
NewAddressFromHexString creates a new Address from the provided hex string-representation.
NewKeyFromHexString creates a new PrivateKey from the provided hex string-representation.
PrivateKeyToAddress derives the valid 20-byte Quorum address from the provided private key.
PrivateKeyToBytes returns the bytes for the private component of the key, and if necessary, left-0 pads them to 32 bytes.
PrivateKeyToHexString encodes the provided key as a hex string.
Sign simply signs the data with the provided key using secp256k1.
Zero zeroes the bytes.
ZeroKey zeroes the underlying bytes of the key.

# Structs

Account is a combination of Quorum address and location URL.

# Type aliases

Address is the Quorum account address.