bitcoin-u160 0.1.18

A Rust crate for efficiently handling 160-bit opaque blobs, commonly used in cryptographic and Bitcoin-related contexts, with support for conversion from strings and byte arrays.
1
2
3
4
5
6
7
// ---------------- [ File: bitcoin-u160/src/lib.rs ]
#![allow(non_camel_case_types)]

#[macro_use] mod imports; use imports::*;

x!{u160_int}
x!{from_le_bytes}