KotlinCrypto / hash

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

Is the addition of fingerprinting algorithms in scope? #41

Open sschuberth opened 1 year ago

sschuberth commented 1 year ago

Specifically, I'm looking for a Winnowing implementation with configurable gram and window size. I could think of other fingerprinting algorithms as well, but first wanted to check if they're eligible to get added, as they're based on hashes, but they're not (cryptographic) hashes themselves.

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.