@@ -6,12 +6,12 @@ Collection of [Message Authentication Code][1] (MAC) algorithms written in pure
6
6
7
7
## Supported Algorithms
8
8
9
- | Algorithm | Crate | Crates.io | Documentation | MSRV |
10
- | -----------| --------| :-------------:| :-------------:| :----:|
11
- | [ CMAC] | ` cmac ` | [ ![ crates.io] ( https://img.shields.io/crates/v/cmac.svg )] ( https://crates.io/crates/cmac ) | [ ![ Documentation] ( https://docs.rs/cmac/badge.svg )] ( https://docs.rs/cmac ) | ![ MSRV 1.41] [ msrv-1.41 ] |
12
- | [ DAA] | ` daa ` | [ ![ crates.io] ( https://img.shields.io/crates/v/daa.svg )] ( https://crates.io/crates/daa ) | [ ![ Documentation] ( https://docs.rs/daa/badge.svg )] ( https://docs.rs/daa ) | ![ MSRV 1.41] [ msrv-1.41 ] |
13
- | [ HMAC] | ` hmac ` | [ ![ crates.io] ( https://img.shields.io/crates/v/hmac.svg )] ( https://crates.io/crates/hmac ) | [ ![ Documentation] ( https://docs.rs/hmac/badge.svg )] ( https://docs.rs/hmac ) | ![ MSRV 1.41] [ msrv-1.41 ] |
14
- | [ PMAC] | ` pmac ` | [ ![ crates.io] ( https://img.shields.io/crates/v/pmac.svg )] ( https://crates.io/crates/pmac ) | [ ![ Documentation] ( https://docs.rs/pmac/badge.svg )] ( https://docs.rs/pmac ) | ![ MSRV 1.41] [ msrv-1.41 ] |
9
+ | Algorithm | Crate | Crates.io | Documentation | MSRV |
10
+ | -----------| ---------- | :-------------:| :-------------:| :----:|
11
+ | [ CMAC] | [ ` cmac ` ] | [ ![ crates.io] ( https://img.shields.io/crates/v/cmac.svg )] ( https://crates.io/crates/cmac ) | [ ![ Documentation] ( https://docs.rs/cmac/badge.svg )] ( https://docs.rs/cmac ) | ![ MSRV 1.41] [ msrv-1.41 ] |
12
+ | [ DAA] | [ ` daa ` ] | [ ![ crates.io] ( https://img.shields.io/crates/v/daa.svg )] ( https://crates.io/crates/daa ) | [ ![ Documentation] ( https://docs.rs/daa/badge.svg )] ( https://docs.rs/daa ) | ![ MSRV 1.41] [ msrv-1.41 ] |
13
+ | [ HMAC] | [ ` hmac ` ] | [ ![ crates.io] ( https://img.shields.io/crates/v/hmac.svg )] ( https://crates.io/crates/hmac ) | [ ![ Documentation] ( https://docs.rs/hmac/badge.svg )] ( https://docs.rs/hmac ) | ![ MSRV 1.41] [ msrv-1.41 ] |
14
+ | [ PMAC] | [ ` pmac ` ] | [ ![ crates.io] ( https://img.shields.io/crates/v/pmac.svg )] ( https://crates.io/crates/pmac ) | [ ![ Documentation] ( https://docs.rs/pmac/badge.svg )] ( https://docs.rs/pmac ) | ![ MSRV 1.41] [ msrv-1.41 ] |
15
15
16
16
### Minimum Supported Rust Version (MSRV) Policy
17
17
@@ -39,6 +39,13 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
39
39
[ deps-link ] : https://deps.rs/repo/github/RustCrypto/MACs
40
40
[ msrv-1.41 ] : https://img.shields.io/badge/rustc-1.41.0+-blue.svg
41
41
42
+ [ // ] : # ( crates )
43
+
44
+ [ `cmac` ] : ./cmac
45
+ [ `daa` ] : ./daa
46
+ [ `hmac` ] : ./hmac
47
+ [ `pmac` ] : ./pmac
48
+
42
49
[ // ] : # ( footnotes )
43
50
44
51
[ 1 ] : https://en.wikipedia.org/wiki/Message_authentication_code
0 commit comments