Skip to content

Releases: sdiehl/bulletproofs

1.1 Release

30 Sep 12:39
292a362

Choose a tag to compare

1.1

  • Use elliptic-curve library as dependency
  • Update to galois-field-1.0

1.0.1 Release

14 Aug 14:12
d466ad3

Choose a tag to compare

  • Fix arithmoi dependency.
  • Fix galois-field dependency.

1.0 Release

28 Jun 16:52
af37d4a

Choose a tag to compare

  • Use galois-field library as dependency
  • Remove custom definition of Fq
  • Remove Fractional constraints and use PrimeField instead
  • Update interface of rangeproofs to guarantee the use of prime fields

0.4 Release

28 Feb 13:51

Choose a tag to compare

Update changelog with 0.4 changes (#14)

* Update changelog with 0.4 changes

* Fix typo

0.3 Release

13 Sep 12:59

Choose a tag to compare

Update cabal metadata to not user githubuser

0.2 Release

12 Sep 16:54

Choose a tag to compare

  • Prove and verify computations of arithmetic circuits using Bulletproofs protocol
  • Extend range proofs with support for multi-range proofs
  • Add documentation and provide examples to explain and use arithmetic circuits.
  • Provide examples for using aggregated range proofs.
  • Add multi-range proofs documentation

0.1 Release

11 Jul 10:06

Choose a tag to compare

  • Implementation of the Bulletproofs protocol for range proofs
  • Use of the improved inner-product argument to reduce the communication complexity
  • Support for SECp256k1 curve