Import hmac 0.12.1 upstream upstream/0.12.1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 3 Apr 2023 03:34:52 +0000 (12:34 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 3 Apr 2023 03:34:52 +0000 (12:34 +0900)
commit6a746aef05890b3ee50b5a4a3e07147475fe88f4
tree705a4ecfa2ab1dbc347e3f5c41f00e383d6aed41
Import hmac 0.12.1
22 files changed:
.cargo_vcs_info.json [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
Cargo.toml.orig [new file with mode: 0644]
LICENSE-APACHE [new file with mode: 0644]
LICENSE-MIT [new file with mode: 0644]
README.md [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]
src/optim.rs [new file with mode: 0644]
src/simple.rs [new file with mode: 0644]
tests/data/md5.blb [new file with mode: 0644]
tests/data/sha224.blb [new file with mode: 0644]
tests/data/sha256.blb [new file with mode: 0644]
tests/data/sha384.blb [new file with mode: 0644]
tests/data/sha512.blb [new file with mode: 0644]
tests/data/streebog256.blb [new file with mode: 0644]
tests/data/streebog512.blb [new file with mode: 0644]
tests/data/wycheproof-sha1.blb [new file with mode: 0644]
tests/data/wycheproof-sha256.blb [new file with mode: 0644]
tests/data/wycheproof-sha384.blb [new file with mode: 0644]
tests/data/wycheproof-sha512.blb [new file with mode: 0644]
tests/mod.rs [new file with mode: 0644]