Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

sha1
====

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

usage
===

```nimrod
import sha1

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

```