Releases: guzba/crunchy
Releases · guzba/crunchy
0.1.11
0.1.10
What's Changed
- adler32 : check for SSSE3 instead for SSE3 by @dreamflow in #23
- 0.1.10 by @guzba in #24
New Contributors
- @dreamflow made their first contribution in #23
Full Changelog: 0.1.9...0.1.10
0.1.9
What's Changed
- Fix spellings to work with --styleCheck:usages by @simonkrauter in #18
- improved sha256 impl by @guzba in #19
- openarray toHex by @guzba in #20
- 0.1.9 by @guzba in #21
New Contributors
- @simonkrauter made their first contribution in #18
Full Changelog: 0.1.8...0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
Implemented https://en.wikipedia.org/wiki/RSA_(cryptosystem)#Using_the_Chinese_remainder_algorithm for RSA signing and it made things 4x faster. A nice improvement tho more work here is needed.
What's Changed
Full Changelog: 0.1.4...0.1.5
0.1.4
0.1.3
This update updates the nimsimd dep to fix arm64 simd.
The AES, RC6, RSA stuff in the commit log is experimental and not intended for general use.
What's Changed
- add rc6cbc and aes256gcm by @guzba in #3
- rsa sign stuff by @guzba in #4
- improve rsa stuff by @guzba in #5
- update nimsimd dep by @guzba in #7
Full Changelog: 0.1.2...0.1.3