Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onionhammer/sha1
SHA-1 produces a 160-bit (20-byte) hash value.
https://github.com/onionhammer/sha1
Last synced: about 2 months ago
JSON representation
SHA-1 produces a 160-bit (20-byte) hash value.
- Host: GitHub
- URL: https://github.com/onionhammer/sha1
- Owner: onionhammer
- License: other
- Created: 2013-11-08T23:10:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-17T17:07:45.000Z (about 7 years ago)
- Last Synced: 2023-08-05T16:02:16.058Z (over 1 year ago)
- Language: Nim
- Size: 10.7 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sha1
====SHA-1 produces a 160-bit (20-byte) hash value.
usage
===```nimrod
import sha1let hash = sha1.compute("hash me!")
```