package
5.6.3-darwinv2-rc0+incompatible
Repository: https://github.com/scroll-tech/go-ethereum.git
Documentation: pkg.go.dev

# Functions

NewAESEncryptedStorage creates a new encrypted storage backed by the given file/key.
No description provided by the author

# Variables

ErrNotFound is returned if an unknown key is attempted to be retrieved.
ErrZeroKey is returned if an attempt was made to inset a 0-length key.

# Structs

AESEncryptedStorage is a storage type which is backed by a json-file.
EphemeralStorage is an in-memory storage that does not persist values to disk.
NoStorage is a dummy construct which doesn't remember anything you tell it.

# Interfaces

No description provided by the author