aes-keywrap 0.2.2

AES Key Wrap construction (AES-KW, RFC 3394 / RFC 5649)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.aes]
version = "0.6.0"

[dependencies.byteorder]
version = "1.4"

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["algorithms", "cryptography", "no-std", "wasm"]
description = "AES Key Wrap construction (AES-KW, RFC 3394 / RFC 5649)"
edition = "2018"
homepage = "https://github.com/jedisct1/rust-aes-keywrap"
keywords = ["crypto", "aes", "keywrap", "aes-kw"]
license = "ISC"
name = "aes-keywrap"
readme = "README.md"
repository = "https://github.com/jedisct1/rust-aes-keywrap"
version = "0.2.2"