Skip to content

Releases: appmattus/crypto

v1.0.2 Kotlin 2.0 support

06 Jun 00:18
c2f47c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.1...1.0.2

v0.10.1

15 Jun 09:48
1338ea5
Compare
Choose a tag to compare

Fixed bug in xxHash3-64 algorithm.

wyhash support added

07 Mar 06:57
42ae8e2
Compare
Choose a tag to compare
Add wyhash algorithms (#41)

- wyhash
- wyhash32

City, Farm, Metro, Murmur and t1ha support added

02 Mar 20:42
2a8af0b
Compare
Choose a tag to compare

MurmurHash2A and MurmurHash3 support added

25 Jan 18:03
1a75c80
Compare
Choose a tag to compare

Support added for:

MurmurHash2A
MurmurHash3-x86-32, MurmurHash3-x86-128, MurmurHash3 -x64-128

Kotlin 1.6.10 support

06 Jan 23:54
bd8ff0b
Compare
Choose a tag to compare

Update to Kotlin 1.6.10 plus bug fix for using XXH3 on a non-main thread on Darwin

Kotlin 1.5.31 and Apple M1 support

23 Sep 12:29
9f9d563
Compare
Choose a tag to compare
0.6.0

Update to Kotlin 1.5.31 and enable M1 support (#22)

HMAC, CRC & xxHash support added

28 Jun 18:41
5b18f18
Compare
Choose a tag to compare

Support added for:

  • HMAC
  • CRC variants
  • xxHash-32, xxHash-64, xxHash3-64, xxHash3-128

Better documentation and HighwayHash added

03 Jun 21:57
58d0948
Compare
Choose a tag to compare
0.4.0

Fixes to ring file path  (#15)

Linux and Windows support

26 May 08:05
8b3eef2
Compare
Choose a tag to compare
Add Linux and Windows support (#9)

* Revert to Kotlin 1.4.32