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
Build #57768 2017-06-05 18:43:40
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading byte_sha v1.0.1
Downloading hex_d_hex v1.0.1
Compiling hex_d_hex v1.0.1
Running `rustc --crate-name hex_d_hex .cargo/registry/src/github.com-1ecc6299db9ec823/hex_d_hex-1.0.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=32abeb56eeab8525 -C extra-filename=-32abeb56eeab8525 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Documenting byte_sha v1.0.1
Running `rustdoc --crate-name byte_sha .cargo/registry/src/github.com-1ecc6299db9ec823/byte_sha-1.0.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern hex_d_hex=/home/cratesfyi/cratesfyi/debug/deps/libhex_d_hex-32abeb56eeab8525.rlib --extern-version hex_d_hex=hex_d_hex,1.0.1`
Finished dev [unoptimized + debuginfo] target(s) in 0.60 secs