@@ -8,7 +8,7 @@ Collection of traits which describe functionality of cryptographic primitives.
8
8
| --------------------| -------------------------------| -----------| ----------------| -------|
9
9
| [ ` aead ` ] | [ Authenticated encryption] | [ ![ crates.io] ( https://img.shields.io/crates/v/aead.svg )] ( https://crates.io/crates/aead ) | [ ![ Documentation] ( https://docs.rs/aead/badge.svg )] ( https://docs.rs/aead ) | ![ build] ( https://github.com/RustCrypto/traits/workflows/aead/badge.svg?branch=master&event=push ) |
10
10
| [ ` block‑cipher ` ] | [ Block cipher] | [ ![ crates.io] ( https://img.shields.io/crates/v/block-cipher.svg )] ( https://crates.io/crates/block-cipher ) | [ ![ Documentation] ( https://docs.rs/block-cipher/badge.svg )] ( https://docs.rs/block-cipher ) | ![ build] ( https://github.com/RustCrypto/traits/workflows/block-cipher/badge.svg?branch=master&event=push ) |
11
- | [ ` crypto- mac ` ] | [ Message authentication code] | [ ![ crates.io] ( https://img.shields.io/crates/v/crypto-mac.svg )] ( https://crates.io/crates/crypto-mac ) | [ ![ Documentation] ( https://docs.rs/crypto-mac/badge.svg )] ( https://docs.rs/crypto-mac ) | ![ build] ( https://github.com/RustCrypto/traits/workflows/crypto-mac/badge.svg?branch=master&event=push ) |
11
+ | [ ` crypto‑ mac ` ] | [ Message authentication code] | [ ![ crates.io] ( https://img.shields.io/crates/v/crypto-mac.svg )] ( https://crates.io/crates/crypto-mac ) | [ ![ Documentation] ( https://docs.rs/crypto-mac/badge.svg )] ( https://docs.rs/crypto-mac ) | ![ build] ( https://github.com/RustCrypto/traits/workflows/crypto-mac/badge.svg?branch=master&event=push ) |
12
12
| [ ` digest ` ] | [ Cryptographic hash function] | [ ![ crates.io] ( https://img.shields.io/crates/v/digest.svg )] ( https://crates.io/crates/digest ) | [ ![ Documentation] ( https://docs.rs/digest/badge.svg )] ( https://docs.rs/digest ) | ![ build] ( https://github.com/RustCrypto/traits/workflows/digest/badge.svg?branch=master&event=push ) |
13
13
| [ ` signature ` ] | [ Digital signature] | [ ![ crates.io] ( https://img.shields.io/crates/v/signature.svg )] ( https://crates.io/crates/signature ) | [ ![ Documentation] ( https://docs.rs/signature/badge.svg )] ( https://docs.rs/signature ) | ![ build] ( https://github.com/RustCrypto/traits/workflows/signature/badge.svg?branch=master&event=push ) |
14
14
| [ ` stream‑cipher ` ] | [ Stream cipher] | [ ![ crates.io] ( https://img.shields.io/crates/v/stream-cipher.svg )] ( https://crates.io/crates/stream-cipher ) | [ ![ Documentation] ( https://docs.rs/stream-cipher/badge.svg )] ( https://docs.rs/stream-cipher ) | ![ build] ( https://github.com/RustCrypto/traits/workflows/stream-cipher/badge.svg?branch=master&event=push ) |
@@ -43,12 +43,12 @@ dual licensed as above, without any additional terms or conditions.
43
43
[ // ] : # ( crates )
44
44
45
45
[ `aead` ] : https://github.com/RustCrypto/traits/tree/master/aead
46
- [ `block- cipher` ] : https://github.com/RustCrypto/traits/tree/master/block-cipher
47
- [ `crypto- mac` ] : https://github.com/RustCrypto/traits/tree/master/crypto-mac
46
+ [ `block‑ cipher` ] : https://github.com/RustCrypto/traits/tree/master/block-cipher
47
+ [ `crypto‑ mac` ] : https://github.com/RustCrypto/traits/tree/master/crypto-mac
48
48
[ `digest` ] : https://github.com/RustCrypto/traits/tree/master/digest
49
49
[ `signature` ] : https://github.com/RustCrypto/traits/tree/master/signature
50
- [ `stream- cipher` ] : https://github.com/RustCrypto/traits/tree/master/stream-cipher
51
- [ `universal- hash` ] : https://github.com/RustCrypto/traits/tree/master/universal-hash
50
+ [ `stream‑ cipher` ] : https://github.com/RustCrypto/traits/tree/master/stream-cipher
51
+ [ `universal‑ hash` ] : https://github.com/RustCrypto/traits/tree/master/universal-hash
52
52
53
53
[ // ] : # ( algorithms )
54
54
0 commit comments