aes-keywrap-rs 0.2.0

AES Key Wrap for Rust (AES-KW, RFC 3394 / RFC 5649)
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "aes-keywrap-rs"
version = "0.2.0"
dependencies = [
 "crypto2",
 "hex",
]

[[package]]
name = "crypto2"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "568a195a71be2ecc2712366d8a7a7e8b4f9a94c80822ff178c7cf1c4e73f5eb1"

[[package]]
name = "hex"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"