[go: up one dir, main page]

hmac 0.1.0

Generic implementation of Hash-based Message Authentication Code (HMAC)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "hmac"
version = "0.1.0"
authors = ["The RustCrypto Devs"]
license = "MIT/Apache-2.0"
description = "Generic implementation of Hash-based Message Authentication Code (HMAC)"
documentation = "https://docs.rs/hmac"
repository = "https://github.com/RustCrypto/utils"
keywords = ["crypto", "mac", "hmac", "digest"]

[dependencies]
crypto-mac = "0.2"
generic-array = "0.7"
digest = "0.5"

[dev-dependencies]
md-5 = "0.4"