Feature request: FarmHash
First, Thanks for this wonderful tool !
Is your feature request related to a problem? Please describe. FarmHash is an Open Source Hashing Algorythm by Google (used notably in Big Query) that output 64 Bits Integer.
Describe the solution you'd like It could be interesting to have this Algorythm available in Cyberchef along with others like SHA-2, md5 etc...
Link of the Open Source Repository: https://github.com/google/farmhash
I think this is a really interesting idea. farmhash isn't an algorithm I've heard of before, but looks cool! I have been looking around for any JavaScript implementations, but not had much luck. I've found this however it doesn't look portable to the browser as it's just a wrapper to the original C++ implementation. I've also had a look at how difficult it would be to write a JavaScript implementation, but the algorithm seems pretty extensive (about 11.8K lines).
If there are any avenues I haven't considered, or a library that exists to do the farmhash algorithm in the browser please say. Would love to get this implemented in CyberChef!
https://www.npmjs.com/package/farmhash