utxo_detective_cryptography

Crates.ioutxo_detective_cryptography
lib.rsutxo_detective_cryptography
version0.2.1
sourcesrc
created_at2024-12-04 04:10:44.105788
updated_at2024-12-04 05:22:04.140986
descriptionPure Rust zero-dependency cryptographic primitives
homepage
repository
max_upload_size
id1471019
size24,661
utxo detective (utxo-detective)

documentation

README

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.

Commit count: 0

cargo fmt