Skip to content

Releases: faest-sign/faest-ref

Release 2.0.4

06 Jun 14:18
v2.0.4
Compare
Choose a tag to compare
  • Fix usage of bcrypt for AES192 and AES256.
  • Refactor AES providers.

Version 2.0.3

27 Feb 23:14
v2.0.3
Compare
Choose a tag to compare
  • Fix stack smashing during OWF computation with OpenSSL.

Version 2.0.2

26 Feb 09:04
v2.0.2
Compare
Choose a tag to compare
  • Add AES-NI-based implementation for PRNG.
  • Small efficiency improvements.

Version 2.0.1

21 Feb 18:37
v2.0.1
Compare
Choose a tag to compare
  • Reduce memory usage.
  • Remove converstion of bit-packed storage to 1 bit/byte.
  • Precompute finite field constants.
  • Generate prover and verifier implementations from template.

Version 2.0

21 Feb 18:37
v2.0
Compare
Choose a tag to compare
  • Update to version 2.0 of FAEST specification.

Version 1.0.2

21 Feb 18:36
v1.0.2
Compare
Choose a tag to compare
  • Extend test coverage.
  • Use compiler's support (GCC's vector size attribute) for vectorized implementations.
  • Reduce memory consumption.
  • Refactor for more efficient code generation.

Version 1.0.1

02 Oct 21:48
v1.0.1
Compare
Choose a tag to compare
  • Post NIST PQC submission clean up.
  • Reduce memory consumption when processing signatures.
  • Implement more bit-sliced algorithms.
  • Replace manual copies with memcpy.