Skip to content

IETF BLS Signatures

Compare
Choose a tag to compare
@hoffmang9 hoffmang9 released this 16 Jul 19:44
  • Updated this library and thus blspy to use the new IETF standard for BLS signatures.
  • blspy binary wheels now build ARM64 wheels for Linux with Python 3.8. This makes installing on Ubuntu 20.04 lts on a Raspberry Pi 3 or 4 easy.
  • HD keys now use EIP 2333 format instead of BIP32, for compatibility with other chains.
  • Keys are now derived with the EIP 2334 (m/12381/8444/a/b).
  • The bls-signatures binary wheels include libsodium on all but Windows which we expect to add in future releases.
  • Ci's check to see if they have secret access and attempt to fail cleanly so that ci runs successfully complete from PRs or forked repositories.
  • A push to a branch will cancel all ci runs still running for that branch.