KotlinCrypto / hash

Cryptographic hash functions for Kotlin Multiplatform
Apache License 2.0
56 stars 5 forks source link

Support xxHash #40

Open StefanOltmann opened 1 year ago

StefanOltmann commented 1 year ago

xxHash is very fast. Consider supporting it.

05nelsonm commented 1 year ago

I'll mull it over, but the road map for the hash lib is to tackle Blake next which will open up implementing Argon2 PBE (among other things).

Will leave this open for the time being.