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)
- Host: GitHub
- URL: https://github.com/protolambda/go-keystorev4
- Owner: protolambda
- License: mit
- Created: 2021-07-18T21:32:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T08:04:26.000Z (about 1 year ago)
- Last Synced: 2024-10-29T01:40:52.466Z (7 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.