Releases: Simolation/ascon-js
Releases · Simolation/ascon-js
v1.0.4
What's Changed
- Add GitHub Actions for Unit Tests by @Simolation in #1
- Fix decryption example by @0xSilkweave in #2
- Upgrade dev dependencies and improve minor length assertion by @Simolation in #3
Full Changelog: v1.0.3...v1.0.4
v1.0.3
- Fix a bug where decrypt() would cut the plaintext response to the first block instead of allowing multiple blocks
v1.0.2
- Fix bug where the 16 byte
rate
was used forAscon-80pq
instead ofAscon-128a
- Add unit tests based on the encrypted ciphers and hashes generated from the Python library
v1.0.1
- Add LICENSE file and fix typos in the README.md
v1.0.0
- Initial release of the ascon-js library ported from the Python version https://github.com/meichlseder/pyascon