hash - Windower/packages GitHub Wiki
The hash library provides functions for general purpose non-crypographic hashing.
local hash = require('core.hash')❗ Dependency Required
To use this library, you must include
hashin themanifest.xmlfile for your package:<dependency>hash</dependency>