| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
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)
Documentation
Constructors
| SHA1 | |
Fields
| |
sha1 :: OctetStream a => a -> SHA1 Source #