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

Safe HaskellNone
LanguageHaskell98

Bitcoin.Crypto.Hash.RipEmd160

Description

RipEmd-160 hash implementation: a wrapper around Antoon Bosselaers' C sample implementation.

WARNING: little-endian only

Synopsis

Documentation

ripemdTest :: [String] Source #

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