Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 275 Bytes

sha1.sh.md

File metadata and controls

12 lines (11 loc) · 275 Bytes

sha1

sha1 -- Calculates a MD5 hash.

Usage

// 1. Function form.
void func::sha1(string* variable, string data)
// 2. Command form.
void sub::sha1(string data, bool binary = false) > hash
// 3. Stream form.
void stream::sha1(bool binary = false) < input > hash