Published on 2025-08-20 03:00:00
🏁 View Fastest SolversFind the hashing function that was used to generate the IDs of the tags mentionned in the last question. What would be the id of the tag "trivia"? (Hint: the algorithm used is among the python packages hashlib, hmac, zlib, binascii, secrets, uuid) (Double hint/advice: the package inspect might be of use, and recall that this kind of functions takes bytestrings, which would be 'b"trivia"', not just '"trivia"')