Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Interim Development Snapshot - Late September 18

Pre-release
Pre-release
Compare
Choose a tag to compare
@HarryR HarryR released this 22 Sep 12:17
· 328 commits to master since this release
b4ad19e

In this snapshot the following changes have been introduced:

  • Faster build times, by compiling only a subset of libff
  • DEBUG and assert enabled by default, catches programming errors
  • Fixed bug with bit_list_to_ints()
  • Builds on OSX working again
  • Added FQ class for the in-snark scalar curve
  • Updated the python Shamir's secret sharing scheme implementation (needs more work)
  • Initial 'incremental merkle mountain range' implementation
  • MiMC / LongsightL implementation
  • Miyaguchi-Preneel OWF construct
  • LongsightL + Miyaguchi-Preneel, field-native merkle tree
  • Cleaned up Miximus + tests to use new merkle tree