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 and NPM for convenience.
Hashing Algorithm | Wally Dependency | NPM Dependency |
---|---|---|
sha-1 |
dekkonot/sha1 |
@dekkonot/sha1 |
sha-256 |
dekkonot/sha256 |
@dekkonot/sha256 |
sha-224 |
dekkonot/sha224 |
@dekkonot/sha224 |
sha-512 |
dekkonot/sha512 |
@dekkonot/sha512 |
sha-384 |
dekkonot/sha384 |
@dekkonot/sha384 |
xxhash32 |
dekkonot/xxhash32 |
@dekkonot/xxhash32 |
blake2s |
dekkonot/blake2s |
@dekkonot/blake2s |
blake2b |
dekkonot/blake2b |
@dekkonot/blake2b |
md5 |
dekkonot/md5 |
@dekkonot/md5 |