Skip to content
RubenatorX edited this page Apr 28, 2020 · 2 revisions

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 hash in the manifest.xml file for your package:

<dependency>hash</dependency>
Clone this wiki locally