[go: up one dir, main page]

crypto-mac 0.3.0

Trait for Message Authentication Code (MAC) algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "crypto-mac"
version = "0.3.0"
authors = ["The RustCrypto Devs"]
license = "MIT/Apache-2.0"
description = "Trait for Message Authentication Code (MAC) algorithms"
documentation = "https://docs.rs/crypto-mac"
repository = "https://github.com/RustCrypto/traits"
keywords = ["crypto", "mac"]

[dependencies]
generic-array = "0.7"
constant_time_eq = "0.1"