Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: facebook/winterfell

v0.13.1

Choose a tag to compare

@irakliyk irakliyk released this 19 Jul 21:21
  • Fixed a panic in rand_vector when n == 0 (#394).

v0.12.3

Choose a tag to compare

@irakliyk irakliyk released this 31 May 05:22
  • Added Horner-type batching method (#378).

v0.12.2

Choose a tag to compare

@irakliyk irakliyk released this 19 Mar 18:25
  • Commit to coefficients of FRI remainder polynomial in reverse order (#373).

v0.12.0

Choose a tag to compare

@irakliyk irakliyk released this 09 Feb 02:13
  • [BREAKING] Added security estimate in unique decoding regime (#356).
  • [BREAKING] Added option for algebraic batching to build DEEP polynomial (#357).
  • [BREAKING] Updated serialization logic of the OOD frame (#358).
  • [BREAKING] Removed GKR-related code (#359).
  • Update security estimator to take batching method into account (#361).
  • [BREAKING] Added option for algebraic batching to build constraint composition polynomial (#363).
  • Updated minimum supported Rust version to 1.84.

v0.11.0

Choose a tag to compare

@irakliyk irakliyk released this 24 Nov 22:49
  • [BREAKING] Made the prover generic over the ConstraintCommitment type (#343).

v0.10.3

Choose a tag to compare

@irakliyk irakliyk released this 19 Nov 22:41
  • Fix partition size calculations in PartitionOptions (#340).

v0.10.2

Choose a tag to compare

@irakliyk irakliyk released this 19 Nov 05:08
  • Implement core::error::Error for error types (#341).

v0.10.1

Choose a tag to compare

@irakliyk irakliyk released this 30 Oct 20:15
  • Fixed partition hashing and add logging to aux trace building (#338).

v0.10.0

Choose a tag to compare

@irakliyk irakliyk released this 26 Oct 20:02
686e83d
  • [BREAKING] Refactored maybe-async macro into simpler maybe-async and maybe-await macros (#283).
  • [BREAKING] Introduce VectorCommitment abstraction (#285).
  • Added maybe-async-trait procedural macro (#334).
  • [BREAKING] Add options for partitioned trace commitments (#336).
  • Updated minimum supported Rust version to 1.82.

v0.9.0

Choose a tag to compare

@irakliyk irakliyk released this 09 May 23:23
  • [BREAKING] Merged TraceLayout into TraceInfo (#245).
  • Implemented Lagrange Kernel constraints (#247, )
  • [BREAKING] refactored TraceOodFrame struct (#266, #274).
  • [BREAKING] explicitly limited the number of auxiliary trace segments to 1 (#267).
  • Implemented additional field conversions for the f64 field (#268).
  • [BREAKING] Added support for auxiliary proofs (#271).
  • Introduced async prover (enabled via async feature) (#280).
  • [BREAKING] removed group_vector_elements() utility function (#282).
  • [BREAKING] removed FieldElement::zeroed_vector() function (#282).
  • [BREAKING] removed previously deprecated re-exports of core modules.
  • Updated minimum supported Rust version to 1.78.