No description
Find a file
2017-12-17 11:07:45 -06:00
.gitignore Updated doc & .babel file 2013-11-08 17:19:19 -06:00
LICENSE Update LICENSE 2013-11-08 17:11:49 -06:00
README.md Updated doc & .babel file 2013-11-08 17:19:19 -06:00
sha1.nim Fixed compiler warnings 2017-12-17 11:07:06 -06:00
sha1.nimble Version bump 2017-12-17 11:07:45 -06:00

sha1

SHA-1 produces a 160-bit (20-byte) hash value.

usage

import sha1

let hash = sha1.compute("hash me!")