# Packages

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

# Functions

NewManager creates a manager for the given directory.
Web3PrivateKey decrypts the record with secret and returns the private key.

# 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
No description provided by the author

# Structs

Account represents a stored key.
AccountJSON is an auxiliary between Account and EasyMarshal'd structs.easyjson:json.
AmbiguousAddrError is returned when attempting to unlock an address for which more than one file exists.
Manager manages a key storage directory on disk.