package
1.4.9
Repository: https://github.com/codzart/go-ethereum.git
Documentation: pkg.go.dev

# Packages

Package abi implements the Ethereum ABI (Application Binary Interface).

# Functions

DecryptKey decrypts a key from a json blob, returning the private key itself.
EncryptKey encrypts a key using the specified scrypt parameters into a json blob that can be decrypted later on.
NewKeyForDirectICAP generates a key whose address fits into < 155 bits so it can fit into the Direct ICAP spec.
NewManager creates a manager for the given directory.
NewPlaintextManager creates a manager for the given directory.

# Constants

n,r,p = 2^12, 8, 6 uses 4MB memory and approx 100ms CPU time on a modern CPU.
No description provided by the author
n,r,p = 2^18, 8, 1 uses 256MB memory and approx 1s CPU time on a modern CPU.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Account represents a stored key.
AmbiguousAddrError is returned when attempting to unlock an address for which more than one file exists.
No description provided by the author
Manager manages a key storage directory on disk.