⬅︎ Back to Best non-cryptographic hashing function in Python (size and speed)
Use farm fingerprint to hash the string with an int64, then encode the int64 using B85 encoding . Chances of collision = 1 in 4billion , 7 characters output
Do you have some Python sample code to demonstrate that?
Comment
Use farm fingerprint to hash the string with an int64, then encode the int64 using B85 encoding . Chances of collision = 1 in 4billion , 7 characters output
Replies
Do you have some Python sample code to demonstrate that?