Relative Content

Tag Archive for mathhashcryptography

Integer hashing with basic arithmetic

I am currently working in a language made for the Hypixel Housing gamemode in Minecraft called HSL, which only supports basic arithmetic, namely subtraction, multiplication and division. All numbers are also 64 bit integers, with no strings or fancy operations beside the ones mentioned above.