bitcoin-utils 0.1.3

A collection of utilities for working with bitcoin
Documentation
1
2
3
4
5
6
use bitcoin_utils::*;
fn main() {
    let s = "TapSighash";
    let a = sha256_non_hex(a);
    println!("{}", a)
}