Skip to content

Releases: guzba/crunchy

0.1.11

26 Jan 03:20
98eb652
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.10...0.1.11

0.1.10

26 Dec 19:48
8abb707
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.9...0.1.10

0.1.9

08 Jul 19:38
d0c9ad3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.8...0.1.9

0.1.8

28 Jan 06:36
6dda0e3
Compare
Choose a tag to compare

Small fixes.

What's Changed

Full Changelog: 0.1.7...0.1.8

0.1.7

27 Jan 23:33
7bedfe4
Compare
Choose a tag to compare

Fix for RSA signing when bigints does not produce desired hex.

What's Changed

Full Changelog: 0.1.6...0.1.7

0.1.6

26 Jan 01:59
a282a89
Compare
Choose a tag to compare

RSA signing is substantially slower in debug with refc instead of --mm:orc. This release improves refc performance trying to make debug not quite so slow.

What's Changed

Full Changelog: 0.1.5...0.1.6

0.1.5

26 Jan 01:11
5b14d59
Compare
Choose a tag to compare

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

  • faster rsa signing using chinese remainder algorithm by @guzba in #11
  • 0.1.5 by @guzba in #12

Full Changelog: 0.1.4...0.1.5

0.1.4

24 Jan 05:23
bdd20cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.1.4

0.1.3

22 Jan 23:02
a8aee95
Compare
Choose a tag to compare

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

Full Changelog: 0.1.2...0.1.3

0.1.2

13 Jan 03:42
4a89ce8
Compare
Choose a tag to compare

What's Changed

  • add hmac-sha256 and pbkdf2 by @guzba in #2

New Contributors

  • @guzba made their first contribution in #2

Full Changelog: 0.1.1...0.1.2