sha1

SHA-1 produces a 160-bit (20-byte) hash value from arbitrary input


Keywords
port, hash, sha1
License
BSD-3-Clause
Install
nimble install sha1

Documentation

sha1

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

usage

import sha1

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