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

https://github.com/iolanguage/sha1


https://github.com/iolanguage/sha1

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# SHA1
An object for calculating SHA1 hashes. Each hash calculation
should instantiate its own SHA1 instance.

Example:
```Io
digest := SHA1 clone
digest appendSeq("this is a message")
out := digest sha1String
```
# Installation
```
eerie install https://github.com/IoLanguage/SHA1.git
```