crypto-mac 0.1.0

Cryptographic MAC trait and HMAC implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "crypto-mac"
version = "0.1.0"
authors = ["The Rust-Crypto Project Developers"]
license = "MIT/Apache-2.0"
description = "Cryptographic MAC trait and HMAC implementation"
documentation = "https://docs.rs/crypto-mac"
repository = "https://github.com/RustCrypto/hashes"
keywords = ["crypto", "mac", "hmac", "digest"]

[dependencies]
generic-array = "0.5"
crypto-ops = "0.1"
byte-tools = "0.1"
digest = "0.2"

#[dev-dependencies]
#md5 = {path="../../hash/md5"}