sha1

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

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License BSD
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:23

Tags

Installation

nimble install sha1
choosenim install sha1
git clone https://github.com/onionhammer/sha1

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
sha1 - - - - - - -

Source

Repository https://github.com/onionhammer/sha1
Homepage https://github.com/onionhammer/sha1
Registry Source nimble_official

README

sha1

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

usage

import sha1

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