ohash icon indicating copy to clipboard operation
ohash copied to clipboard

Add back extra hashing functions (sha256hex/murmur)

Open pi0 opened this issue 9 months ago • 1 comments

Relavant topics: #133, #150

ohash v1 used to have support for murmurhash and sha256 (hex).

With v2 we removed them since main functionality is one single hash() behavior but seems community was using different ones commonly.

We could add them back as new subpaths ohash/murmur / ohash/sha256

pi0 avatar Mar 26 '25 11:03 pi0

generally default to using hex encoding.

hash-object supports an optional encoding param. would love to see similar support here. (the downside of hash-object is it's async everywhere)

transitive-bullshit avatar Jul 16 '25 18:07 transitive-bullshit