Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 292 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 292 Bytes

SHA1

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

Example:

digest := SHA1 clone
digest appendSeq("this is a message")
out := digest sha1String

Installation

eerie install https://github.com/IoLanguage/SHA1.git