package
1.5.9
Repository: https://github.com/qianbin/go-ethereum.git
Documentation: pkg.go.dev

# Packages

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
Ecrecover returns the public key for the private key that was used to calculate the signature.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
HexToECDSA parses a secp256k1 private key.
No description provided by the author
No description provided by the author
LoadECDSA loads a secp256k1 private key from the given file.
No description provided by the author
No description provided by the author
SaveECDSA saves a secp256k1 private key to the given file with restrictive permissions.
No description provided by the author
Deprecated: For backward compatibility as other packages depend on these.
No description provided by the author
Sign calculates an ECDSA signature.
No description provided by the author
New methods using proper ecdsa keys from the stdlib.
No description provided by the author
ValidateSignatureValues verifies whether the signature values are valid with the given chain rules.