Package: wnpp
Owner: "Ying-Chun Liu (PaulLiu)" <[email protected]>
Severity: wishlist
* Package name : rust-bitcoin-hashes
Version : 1.0.0
Upstream Contact: Andrew Poelstra <[email protected]>
* URL : https://github.com/rust-bitcoin/rust-bitcoin
* License : CC0-1.0
Programming Lang: Rust
Description : Hash functions used by the rust-bitcoin ecosystem
This library provides efficient and type-safe implementations of various
cryptographic hash functions optimized for Bitcoin applications. It
includes
support for algorithms such as SHA-1, SHA-256, SHA-512, RIPEMD-160, and
Hash160/Hash256 double-hashes.
.
Features include:
* Strict compile-time type safety preventing mixing of different hash
types.
* Zero-allocation and highly performant streaming APIs.
* Native support for standard serialization and formatting traits.