modulepackage
0.1.0
Repository: https://github.com/protolambda/go-keystorev4.git
Documentation: pkg.go.dev
# README
go-keystorev4
Keystore v4, for BLS12-381 keys, following ERC-2335.
For hierarchical key-derivation
(ERC-2333, ERC-2334),
see github.com/protolambda/bls12-381-hd
.
Warning: experimental, not audited
License
MIT, see LICENSE
file.
# Functions
No description provided by the author
EncryptToKeystore encrypts a secret with the given passphrase, using the default parameters, new random 32-byte salts, PBKDF2 as KDF, AES-128-CTR as cipher, SHA-256 as checksum.
No description provided by the author
No description provided by the author
No description provided by the author
NormalizePassphrase transforms a passphrase for usage in the keystore.
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
Keystore as defined in EIP-2335, designed for BLS12-381 secret keys.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author