Dekkonot / luau-hashing

Implementation of hashing algorithms in pure Luau

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Luau Hashing

Tests

Pure Luau implementations of several hashing algorithms. Blazing fast (for Luau) and well-tested.

Modules reside in their own folders under modules and have their own READMEs with documentation. Additionally, each module is published on Wally for convenience.

Hashing Algorithm Wally Dependency
sha-1 dekkonot/sha1@1.0
sha-256 dekkonot/sha256@1.0
sha-224 dekkonot/sha224@1.0
sha-512 dekkonot/sha512@1.0
sha-384 dekkonot/sha384@1.0
xxhash32 dekkonot/xxhash32@1.0
blake2s dekkonot/blake2s@1.0

About

Implementation of hashing algorithms in pure Luau

License:MIT License