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

https://github.com/iolanguage/md5


https://github.com/iolanguage/md5

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

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

Example:
```Io
digest := MD5 clone
digest appendSeq("this is a message")
out := digest md5String
```

# Installation
```
eerie install https://github.com/IoLanguage/MD5.git
```