Skip to content

Commit

Permalink
Indicate MD5 is available in repo README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Sep 24, 2024
1 parent 228b250 commit 3c2abd3
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ Pure Luau implementations of several hashing algorithms. Blazing fast (for Luau)

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`](modules/sha1) | `dekkonot/sha1` | `dekkonot/sha1` |
| [`sha-256`](modules/sha256) | `dekkonot/sha256` | `dekkonot/sha256` |
| [`sha-224`](modules/sha224) | `dekkonot/sha224` | `dekkonot/sha224` |
| [`sha-512`](modules/sha512) | `dekkonot/sha512` | `dekkonot/sha512` |
| [`sha-384`](modules/sha384) | `dekkonot/sha384` | `dekkonot/sha384` |
| [`xxhash32`](modules/xxhash32) | `dekkonot/xxhash32` | `dekkonot/xxhash32` |
| [`blake2s`](modules/blake2s) | `dekkonot/blake2s` | `dekkonot/blake2s` |
| Hashing Algorithm | Wally Dependency | NPM Dependency |
|:------------------------------:|:--------------------|:---------------------|
| [`sha-1`](modules/sha1) | `dekkonot/sha1` | `@dekkonot/sha1` |
| [`sha-256`](modules/sha256) | `dekkonot/sha256` | `@dekkonot/sha256` |
| [`sha-224`](modules/sha224) | `dekkonot/sha224` | `@dekkonot/sha224` |
| [`sha-512`](modules/sha512) | `dekkonot/sha512` | `@dekkonot/sha512` |
| [`sha-384`](modules/sha384) | `dekkonot/sha384` | `@dekkonot/sha384` |
| [`xxhash32`](modules/xxhash32) | `dekkonot/xxhash32` | `@dekkonot/xxhash32` |
| [`blake2s`](modules/blake2s) | `dekkonot/blake2s` | `@dekkonot/blake2s` |
| [`md5`](modules/md5) | `dekkonot/md5` | `@dekkonot/md5` |

[Wally]: https://wally.run/
[NPM]: https://www.npmjs.com/

0 comments on commit 3c2abd3

Please sign in to comment.