mirror of
https://github.com/onionhammer/sha1
synced 2026-01-12 13:21:33 +00:00
No description
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| sha1.nim | ||
| sha1.nimble | ||
sha1
SHA-1 produces a 160-bit (20-byte) hash value.
usage
import sha1
let hash = sha1.compute("hash me!")