File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Collection of [ Message Authentication Code] [ 1 ] (MAC) algorithms written in pure Rust.
4
4
5
- ## Crates
5
+ ## Supported algorithms
6
6
7
7
| Algorithm | Crate | Crates.io | Documentation | MSRV |
8
- | -----------| --------| --------------- | --------------- | ------ |
9
- | [ 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 ) | ![ Minimum Supported Rust Version ] [ msrv-1.41 ] |
10
- | [ 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 ) | ![ Minimum Supported Rust Version ] [ msrv-1.41 ] |
11
- | [ 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 ) | ![ Minimum Supported Rust Version ] [ msrv-1.41 ] |
12
- | [ 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 ) | ![ Minimum Supported Rust Version ] [ msrv-1.41 ] |
8
+ | -----------| --------| : -------------: | : -------------: | : ----: |
9
+ | [ 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 ] |
10
+ | [ 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 ] |
11
+ | [ 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 ] |
12
+ | [ 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 ] |
13
13
14
14
### Minimum Supported Rust Version (MSRV) Policy
15
15
You can’t perform that action at this time.
0 commit comments