- Extend test coverage.
- Use compiler's support (GCC's vector size attribute) for vectorized implementations.
- Reduce memory consumption.
- Refactor for more efficient code generation.
- Post NIST PQC submission clean up.
- Reduce memory consumption when processing signatures.
- Implement more bit-sliced algorithms.
- Replace manual copies with
memcpy
.
- Initial release.
- Version submitted to the NIST PQC project.