ethereum / eth-keyfile

Tools for handling the encrypted keyfile format used to store private keys.
MIT License
78 stars 49 forks source link

Extend keyfile to handle eth2.0 BLS keying material #26

Open ralexstokes opened 4 years ago

ralexstokes commented 4 years ago

In particular, implement this:

https://eips.ethereum.org/EIPS/eip-2335

ralexstokes commented 4 years ago

noting that the new EIP has a new version for the keyfile format, i.e. v4.

so this library should delegate to the appropriate routines based on the version of particular key file

pipermerriam commented 4 years ago

Probably something we could bounty...