Skip to content

Releases: sigp/milagro_bls

Pairless

19 Jan 21:57
f01a8b6
Compare
Choose a tag to compare
Pairless Pre-release
Pre-release

Converts the Apache Milagro Crypto Library (amcl) to a submodule to reflect the latest changes.

Additionally it uses a new pairing feature which reduces the number of Miller loops that need to be done speeding up verification.

Dependency update

29 Oct 03:47
39f3bcb
Compare
Choose a tag to compare
Dependency update Pre-release
Pre-release

Updates all external dependencies

Little endian domain

30 Sep 05:23
v0.11.0
cd4606c
Compare
Choose a tag to compare
Little endian domain Pre-release
Pre-release

Interpret the signature domain bytes as little-endian, for compatibility with the Ethereum Foundation's implementation.

Fast verify

27 Aug 04:02
33716bc
Compare
Choose a tag to compare
Fast verify Pre-release
Pre-release
  • Adds optimization for single signature verification
  • Adds a fast verify multiple method.

SHA256

03 Jun 03:09
327e043
Compare
Choose a tag to compare
SHA256 Pre-release
Pre-release

Changes hashing algorithm to SHA256 (from Keccak).