sha2-compress 0.2.1

SHA2 compress function
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "fixed-array"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a4fa89f66e2e9f722c1c58708464c0e5668b98586bf1da16818596632e34251"

[[package]]
name = "sha2-compress"
version = "0.2.1"
dependencies = [
 "fixed-array",
 "uints",
]

[[package]]
name = "uints"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35082d3e9e335021ba2b08afbcdfd8a551c3d7a8854ac53cf896503f944efe05"
dependencies = [
 "fixed-array",
]