bitcoin-hs-0.0.1: Partial implementation of the Bitcoin protocol (as of 2013)

Safe HaskellNone
LanguageHaskell98

Bitcoin.Crypto.Hash.SHA1

Description

SHA1 hash: wrapper around Steve Reid's C implementation.

(SHA1 is not actively used in Bitcoin, but the script language has a SHA1 opcode)

Synopsis

Documentation

sha1Test :: [String] Source #

Result is a list of failed test cases. Empty list -> OK.