Releases: finitelabs/lua-noiseprotocol
Releases · finitelabs/lua-noiseprotocol
Release v0.5.2
What's Changed
- DRV-16: Fix math.pow Lua 5.3+ compatibility by @svc-finitelabs[bot] in #11
New Contributors
- @svc-finitelabs[bot] made their first contribution in #11
Full Changelog: v0.5.1...v0.5.2
Release v0.5.1
What's Changed
- Upgrade bitn to v0.6.0 and minor stylistic changes by @derek-miller in #10
Full Changelog: v0.5.0...v0.5.1
Release v0.5.0
What's Changed
- Optimize crypto module performance with local caching by @derek-miller in #9
Full Changelog: v0.4.1...v0.5.0
Release v0.4.1
What's Changed
- Upgrade vendored lua-bitn library to v0.3.0 by @derek-miller in #7
- Upgrade bitn to v0.4.1 by @derek-miller in #8
Full Changelog: v0.4.0...v0.4.1
Release v0.4.0
What's Changed
- Add vendor-free build variant and move test-only dependency json.lua to tests/vendor by @derek-miller in #6
Full Changelog: v0.3.0...v0.4.0
Release v0.3.0
What's Changed
- Replace custom bitwise libraries with lua-bitn by @derek-miller in #5
Full Changelog: v0.2.0...v0.3.0
Release v0.2.0
What's Changed
- Add dynamic OpenSSL feature detection and conditional acceleration by @derek-miller in #4
Full Changelog: v0.1.0...v0.2.0
Release v0.1.0
What's Changed
- Initial release
- Fix X448 implementation to use 8-bit limbs by @derek-miller in #1
- Optimize crypto performance and add benchmarking utils by @derek-miller in #2
- Add OpenSSL acceleration support by @derek-miller in #3
New Contributors
- @derek-miller made their first contribution in #1
Full Changelog: https://github.com/finitelabs/lua-noiseprotocol/commits/v0.1.0