⬅︎ Back to Best non-cryptographic hashing function in Python (size and speed)
Do you have some Python sample code to demonstrate that?
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
Comment
Do you have some Python sample code to demonstrate that?
Parent 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