Releases: faest-sign/faest-ref
Releases · faest-sign/faest-ref
Release 2.0.4
- Fix usage of bcrypt for AES192 and AES256.
- Refactor AES providers.
Version 2.0.3
- Fix stack smashing during OWF computation with OpenSSL.
Version 2.0.2
- Add AES-NI-based implementation for PRNG.
- Small efficiency improvements.
Version 2.0.1
- 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
- Update to version 2.0 of FAEST specification.
Version 1.0.2
- 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
- Post NIST PQC submission clean up.
- Reduce memory consumption when processing signatures.
- Implement more bit-sliced algorithms.
- Replace manual copies with
memcpy
.