You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All Chia keys are BLS-12-381 private keys, following the IETF spec, the EIP-2333 spec for key derivation and BIP 44 registered. Private keys are 32 bytes, public keys 48 bytes, and signatures 96 bytes (public keys are points in G1, signatures are points in G2.)
Would vanitygen ++ be compatible with chia network blockchain?
source:
https://github.com/Chia-Network/chia-blockchain
The text was updated successfully, but these errors were encountered: