bitcoin_hashes 1.0.0

Hash functions used by the rust-bitcoin ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Bitcoin Hashes Library

This is a simple, no-dependency library which implements the hash functions
needed by Bitcoin. These are SHA1, SHA256, SHA256d, SHA512, and RIPEMD160. As an
ancillary thing, it exposes hexadecimal serialization and deserialization,
since these are needed to display hashes anyway.

[Documentation](https://docs.rs/bitcoin_hashes/)

## Contributions

Contributions are welcome, including additional hash function implementations.