Skip to content

Commit

Permalink
readme: document supported hash functions
Browse files Browse the repository at this point in the history
  • Loading branch information
avakarev committed Apr 30, 2023
1 parent 1593fd4 commit 00e9e82
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ Compiling `hashify` is easy, simply run:
md5 | 8ddd8be4b179a529afa5f2ffae4b9858
sha256 | 03ba204e50d126e4674c005e04d82e84c21366780af1f43bd54a37816b6ab340

Supported hash functions are:
- CRC32
- MD5
- SHA1
- SHA224
- SHA256
- SHA384
- SHA512

## License

`hashify` is licensed under MIT license. (see [LICENSE](./LICENSE))

0 comments on commit 00e9e82

Please sign in to comment.