# README
go-eth2-wallet-encryptor-keystorev4
Keystore version 4-compliant encryptor for the Ethereum 2 wallet.
Table of Contents
Install
go-eth2-wallet-encryptor-keystorev4
is a standard Go module which can be installed with:
go get github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4
Usage
In normal operation this module should not be used directly. Instead, it should be configured to be used as part of go-eth2-wallet.
Maintainers
Jim McDonald: @mcdee.
Contribute
Contributions welcome. Please check out the issues.
License
Apache-2.0 © 2019 Weald Technology Trading Ltd
# Functions
New creates a new keystore V4 encryptor.
WithCipher sets the cipher for the encryptor.
WithCost sets the cipher key cost for the encryptor to 2^power overriding the default value.
# Interfaces
Option gives options to New.