# Utxo Detective's Cryptography Crate A Rust library providing Bitcoin-compatible cryptographic primitives. ## Features - SHA256 hashing implementation - Double SHA256 (SHA256d) hashing - commonly used in Bitcoin - RIPEMD160 hashing - HASH160 hashing (RIPEMD160(SHA256)) - Pure Rust implementation - Zero dependencies ## License This project is licensed under the MIT License.