byte_sha 1.0.1

Performs SHA256 on a Vec<u8> and returns a Vec<u8> as the result. Useful for cryto curencies and purhapse other things.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "byte_sha"
version = "1.0.1"
dependencies = [
 "hex_d_hex",
]

[[package]]
name = "hex_d_hex"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8d2f414d892439148200ffcf2fbfb830ca74fb04ad1d6f01fbf9b730daf4827"