An open API service indexing awesome lists of open source software.

https://github.com/protolambda/go-keystorev4

Golang implementation of Keystore v4, for BLS12-381 keys, following EIP 2335. (Experimental, not audited)
https://github.com/protolambda/go-keystorev4

Last synced: 5 months ago
JSON representation

Golang implementation of Keystore v4, for BLS12-381 keys, following EIP 2335. (Experimental, not audited)

Awesome Lists containing this project

README

        

# go-keystorev4

Keystore v4, for BLS12-381 keys, following [ERC-2335](https://eips.ethereum.org/EIPS/eip-2335).

For hierarchical key-derivation
([ERC-2333](https://eips.ethereum.org/EIPS/eip-2333), [ERC-2334](https://eips.ethereum.org/EIPS/eip-2334)),
see [`github.com/protolambda/bls12-381-hd`](https://github.com/protolambda/bls12-381-hd).

*Warning: experimental, not audited*

## License

MIT, see [`LICENSE`](./LICENSE) file.