[go: up one dir, main page]

hmac 0.5.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
18
[package]
name = "hmac"
version = "0.5.0"
authors = ["RustCrypto Developers"]
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/MACs"
keywords = ["crypto", "mac", "hmac", "digest"]

[dependencies]
crypto-mac = "0.5"
digest = "0.7"

[dev-dependencies]
crypto-mac = { version = "0.5.1", features = ["dev"] }
md-5 = "0.7"
sha2 = "0.7"