diff --git a/README.md b/README.md index 44eba9dfb..5f572137e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ It's generally recommended not to use other cipher implementations in this repos | Name | Crate name | crates.io | Docs | MSRV | |------|------------|-----------|------|------| -| [AES] (Rijndael) | [`aes`] | [![crates.io](https://img.shields.io/crates/v/aes.svg)](https://crates.io/crates/aes) | [![Documentation](https://docs.rs/aes/badge.svg)](https://docs.rs/aes) | ![MSRV 1.85][msrv-1.85] | +| [AES] (Rijndael) | [`aes`] | [![crates.io](https://img.shields.io/crates/v/aes.svg)](https://crates.io/crates/aes) | [![Documentation](https://docs.rs/aes/badge.svg)](https://docs.rs/aes) | ![MSRV 1.89][msrv-1.89] | | [ARIA] | [`aria`] | [![crates.io](https://img.shields.io/crates/v/aria.svg)](https://crates.io/crates/aria) | [![Documentation](https://docs.rs/aria/badge.svg)](https://docs.rs/aria) | ![MSRV 1.85][msrv-1.85] | | [BelT] block cipher | [`belt-block`] | [![crates.io](https://img.shields.io/crates/v/belt-block.svg)](https://crates.io/crates/belt-block) | [![Documentation](https://docs.rs/belt-block/badge.svg)](https://docs.rs/belt-block) | ![MSRV 1.85][msrv-1.85] | | [Blowfish] | [`blowfish`] | [![crates.io](https://img.shields.io/crates/v/blowfish.svg)](https://crates.io/crates/blowfish) | [![Documentation](https://docs.rs/blowfish/badge.svg)](https://docs.rs/blowfish) | ![MSRV 1.85][msrv-1.85] | @@ -83,6 +83,7 @@ dual licensed as above, without any additional terms or conditions. [hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg [hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [msrv-1.85]: https://img.shields.io/badge/rustc-1.85.0+-blue.svg +[msrv-1.89]: https://img.shields.io/badge/rustc-1.89.0+-blue.svg [//]: # (crates) diff --git a/aes/README.md b/aes/README.md index 54c086f86..cbf2a7f9d 100644 --- a/aes/README.md +++ b/aes/README.md @@ -59,13 +59,13 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/aes.svg [crate-link]: https://crates.io/crates/aes [docs-image]: https://docs.rs/aes/badge.svg -[docs-link]: https://docs.rs/aes/ +[docs-link]: https://docs.rs/aes [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg -[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg +[rustc-image]: https://img.shields.io/badge/rustc-1.89+-blue.svg [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/workflows/aes/badge.svg?branch=master&event=push -[build-link]: https://github.com/RustCrypto/block-ciphers/actions?query=workflow%3Aaes +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/aes.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/aes.yml [downloads-image]: https://img.shields.io/crates/d/aes.svg [hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg [hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md diff --git a/aria/README.md b/aria/README.md index c6265157d..c781a712e 100644 --- a/aria/README.md +++ b/aria/README.md @@ -42,15 +42,15 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/aria.svg [crate-link]: https://crates.io/crates/aria [docs-image]: https://docs.rs/aria/badge.svg -[docs-link]: https://docs.rs/aria/ +[docs-link]: https://docs.rs/aria [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/workflows/aria/badge.svg?branch=master&event=push -[build-link]: https://github.com/RustCrypto/block-ciphers/actions?query=workflow%3Aaria +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/aria.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/aria.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [//]: # (general links) diff --git a/belt-block/README.md b/belt-block/README.md index 4b0194579..2c1782941 100644 --- a/belt-block/README.md +++ b/belt-block/README.md @@ -42,15 +42,15 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/belt-block.svg [crate-link]: https://crates.io/crates/belt-block [docs-image]: https://docs.rs/belt-block/badge.svg -[docs-link]: https://docs.rs/belt-block/ +[docs-link]: https://docs.rs/belt-block [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/workflows/belt-block/badge.svg?branch=master&event=push -[build-link]: https://github.com/RustCrypto/block-ciphers/actions?query=workflow%3Abelt-block +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/belt-block.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/belt-block.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [//]: # (general links) diff --git a/blowfish/README.md b/blowfish/README.md index e1b04b262..a4e128f09 100644 --- a/blowfish/README.md +++ b/blowfish/README.md @@ -42,15 +42,15 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/blowfish.svg [crate-link]: https://crates.io/crates/blowfish [docs-image]: https://docs.rs/blowfish/badge.svg -[docs-link]: https://docs.rs/blowfish/ +[docs-link]: https://docs.rs/blowfish [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/workflows/blowfish/badge.svg?branch=master&event=push -[build-link]: https://github.com/RustCrypto/block-ciphers/actions?query=workflow%3Ablowfish +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/blowfish.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/blowfish.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [//]: # (general links) diff --git a/camellia/README.md b/camellia/README.md index 1a6e2927c..46f88d913 100644 --- a/camellia/README.md +++ b/camellia/README.md @@ -42,15 +42,15 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/camellia.svg [crate-link]: https://crates.io/crates/camellia [docs-image]: https://docs.rs/camellia/badge.svg -[docs-link]: https://docs.rs/camellia/ +[docs-link]: https://docs.rs/camellia [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/workflows/camellia/badge.svg?branch=master&event=push -[build-link]: https://github.com/RustCrypto/block-ciphers/actions?query=workflow%3Acamellia +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/camellia.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/camellia.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [//]: # (general links) diff --git a/cast5/README.md b/cast5/README.md index 1bcf120ae..5bfbe9fbc 100644 --- a/cast5/README.md +++ b/cast5/README.md @@ -44,15 +44,15 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/cast5.svg [crate-link]: https://crates.io/crates/cast5 [docs-image]: https://docs.rs/cast5/badge.svg -[docs-link]: https://docs.rs/cast5/ +[docs-link]: https://docs.rs/cast5 [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/workflows/cast5/badge.svg?branch=master&event=push -[build-link]: https://github.com/RustCrypto/block-ciphers/actions?query=workflow%3Acast5 +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/cast5.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/cast5.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [//]: # (general links) diff --git a/cast6/README.md b/cast6/README.md index 61b9058d9..5a3db3000 100644 --- a/cast6/README.md +++ b/cast6/README.md @@ -42,15 +42,15 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/cast6.svg [crate-link]: https://crates.io/crates/cast6 [docs-image]: https://docs.rs/cast6/badge.svg -[docs-link]: https://docs.rs/cast6/ +[docs-link]: https://docs.rs/cast6 [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/workflows/cast6/badge.svg?branch=master&event=push -[build-link]: https://github.com/RustCrypto/block-ciphers/actions?query=workflow%3Acast6 +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/cast6.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/cast6.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [//]: # (general links) diff --git a/des/README.md b/des/README.md index e83461d6e..9decf7254 100644 --- a/des/README.md +++ b/des/README.md @@ -44,15 +44,15 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/des.svg [crate-link]: https://crates.io/crates/des [docs-image]: https://docs.rs/des/badge.svg -[docs-link]: https://docs.rs/des/ +[docs-link]: https://docs.rs/des [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/workflows/des/badge.svg?branch=master&event=push -[build-link]: https://github.com/RustCrypto/block-ciphers/actions?query=workflow%3Ades +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/des.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/des.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [//]: # (general links) diff --git a/gift-cipher/README.md b/gift-cipher/README.md index 950456d44..a9cd54604 100644 --- a/gift-cipher/README.md +++ b/gift-cipher/README.md @@ -42,15 +42,15 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/gift-cipher.svg [crate-link]: https://crates.io/crates/gift-cipher [docs-image]: https://docs.rs/gift-cipher/badge.svg -[docs-link]: https://docs.rs/gift-cipher/ +[docs-link]: https://docs.rs/gift-cipher [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/gift.yml/badge.svg -[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/gift.yml +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/gift-cipher.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/gift-cipher.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [//]: # (general links) diff --git a/idea/README.md b/idea/README.md index 3acc642dc..1a4d2f3b4 100644 --- a/idea/README.md +++ b/idea/README.md @@ -42,15 +42,15 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/idea.svg [crate-link]: https://crates.io/crates/idea [docs-image]: https://docs.rs/idea/badge.svg -[docs-link]: https://docs.rs/idea/ +[docs-link]: https://docs.rs/idea [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/workflows/idea/badge.svg?branch=master&event=push -[build-link]: https://github.com/RustCrypto/block-ciphers/actions?query=workflow%3Aidea +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/idea.yml/badge.svg +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/idea.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [//]: # (general links) diff --git a/kuznyechik/README.md b/kuznyechik/README.md index 93e5ae77f..4883cffc5 100644 --- a/kuznyechik/README.md +++ b/kuznyechik/README.md @@ -42,12 +42,12 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/kuznyechik.svg [crate-link]: https://crates.io/crates/kuznyechik [docs-image]: https://docs.rs/kuznyechik/badge.svg -[docs-link]: https://docs.rs/kuznyechik/ +[docs-link]: https://docs.rs/kuznyechik [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/workflows/kuznyechik/badge.svg?branch=master&event=push -[build-link]: https://github.com/RustCrypto/block-ciphers/actions?query=workflow%3Akuznyechik +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/kuznyechik.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/kuznyechik.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md diff --git a/magma/README.md b/magma/README.md index ddcd8a0f9..9ee7ae8b4 100644 --- a/magma/README.md +++ b/magma/README.md @@ -42,12 +42,12 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/magma.svg [crate-link]: https://crates.io/crates/magma [docs-image]: https://docs.rs/magma/badge.svg -[docs-link]: https://docs.rs/magma/ +[docs-link]: https://docs.rs/magma [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/workflows/magma/badge.svg?branch=master&event=push -[build-link]: https://github.com/RustCrypto/block-ciphers/actions?query=workflow%3Amagma +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/magma.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/magma.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md diff --git a/rc2/README.md b/rc2/README.md index cdfcb11c5..7c13babeb 100644 --- a/rc2/README.md +++ b/rc2/README.md @@ -42,15 +42,15 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/rc2.svg [crate-link]: https://crates.io/crates/rc2 [docs-image]: https://docs.rs/rc2/badge.svg -[docs-link]: https://docs.rs/rc2/ +[docs-link]: https://docs.rs/rc2 [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/workflows/rc2/badge.svg?branch=master&event=push -[build-link]: https://github.com/RustCrypto/block-ciphers/actions?query=workflow%3Arc2 +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/rc2.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/rc2.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [//]: # (general links) diff --git a/rc5/README.md b/rc5/README.md index abf05a336..5f14ab421 100644 --- a/rc5/README.md +++ b/rc5/README.md @@ -42,15 +42,15 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/rc5.svg [crate-link]: https://crates.io/crates/rc5 [docs-image]: https://docs.rs/rc5/badge.svg -[docs-link]: https://docs.rs/rc5/ -[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/rc5.yml/badge.svg -[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/rc5.yml +[docs-link]: https://docs.rs/rc5 [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/rc5.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/rc5.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [//]: # (general links) diff --git a/rc6/README.md b/rc6/README.md index 7b54516eb..07971a137 100644 --- a/rc6/README.md +++ b/rc6/README.md @@ -56,15 +56,15 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/rc6.svg [crate-link]: https://crates.io/crates/rc6 [docs-image]: https://docs.rs/rc6/badge.svg -[docs-link]: https://docs.rs/rc6/ +[docs-link]: https://docs.rs/rc6 [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg -[rustc-image]: https://img.shields.io/badge/rustc-1.56+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md +[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/rc6.yml/badge.svg +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/rc6.yml/badge.svg?branch=master [build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/rc6.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [//]: # (general links) diff --git a/serpent/README.md b/serpent/README.md index b0a27c6a6..d84205c76 100644 --- a/serpent/README.md +++ b/serpent/README.md @@ -52,15 +52,15 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/serpent.svg [crate-link]: https://crates.io/crates/serpent [docs-image]: https://docs.rs/serpent/badge.svg -[docs-link]: https://docs.rs/serpent/ +[docs-link]: https://docs.rs/serpent [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/workflows/serpent/badge.svg?branch=master&event=push -[build-link]: https://github.com/RustCrypto/block-ciphers/actions?query=workflow%3Aserpent +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/serpent.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/serpent.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [//]: # (general links) diff --git a/sm4/README.md b/sm4/README.md index b93bffbd3..4e50fef5a 100644 --- a/sm4/README.md +++ b/sm4/README.md @@ -42,15 +42,15 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/sm4.svg [crate-link]: https://crates.io/crates/sm4 [docs-image]: https://docs.rs/sm4/badge.svg -[docs-link]: https://docs.rs/sm4/ +[docs-link]: https://docs.rs/sm4 [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/workflows/sm4/badge.svg?branch=master&event=push -[build-link]: https://github.com/RustCrypto/block-ciphers/actions?query=workflow%3Asm4 +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/sm4.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/sm4.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [//]: # (general links) diff --git a/speck-cipher/README.md b/speck-cipher/README.md index 2029d081a..67ddd73b3 100644 --- a/speck-cipher/README.md +++ b/speck-cipher/README.md @@ -42,15 +42,15 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/speck-cipher.svg [crate-link]: https://crates.io/crates/speck-cipher [docs-image]: https://docs.rs/speck-cipher/badge.svg -[docs-link]: https://docs.rs/speck-cipher/ +[docs-link]: https://docs.rs/speck-cipher [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/workflows/speck/badge.svg?branch=master&event=push -[build-link]: https://github.com/RustCrypto/block-ciphers/actions?query=workflow%3Aspeck +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/speck-cipher.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/speck-cipher.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [//]: # (general links) diff --git a/threefish/README.md b/threefish/README.md index 308e44c2a..d6d7c64bb 100644 --- a/threefish/README.md +++ b/threefish/README.md @@ -42,15 +42,15 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/threefish.svg [crate-link]: https://crates.io/crates/threefish [docs-image]: https://docs.rs/threefish/badge.svg -[docs-link]: https://docs.rs/threefish/ +[docs-link]: https://docs.rs/threefish [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/workflows/threefish/badge.svg?branch=master&event=push -[build-link]: https://github.com/RustCrypto/block-ciphers/actions?query=workflow%3Athreefish +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/threefish.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/threefish.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [//]: # (general links) diff --git a/twofish/README.md b/twofish/README.md index 04778ab40..e63c3eddb 100644 --- a/twofish/README.md +++ b/twofish/README.md @@ -42,15 +42,15 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/twofish.svg [crate-link]: https://crates.io/crates/twofish [docs-image]: https://docs.rs/twofish/badge.svg -[docs-link]: https://docs.rs/twofish/ +[docs-link]: https://docs.rs/twofish [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/workflows/twofish/badge.svg?branch=master&event=push -[build-link]: https://github.com/RustCrypto/block-ciphers/actions?query=workflow%3Atwofish +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/twofish.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/twofish.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [//]: # (general links) diff --git a/xtea/README.md b/xtea/README.md index ee11c3116..202685399 100644 --- a/xtea/README.md +++ b/xtea/README.md @@ -42,15 +42,15 @@ dual licensed as above, without any additional terms or conditions. [crate-image]: https://img.shields.io/crates/v/xtea.svg [crate-link]: https://crates.io/crates/xtea [docs-image]: https://docs.rs/xtea/badge.svg -[docs-link]: https://docs.rs/xtea/ +[docs-link]: https://docs.rs/xtea [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg -[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg -[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260039-block-ciphers -[build-image]: https://github.com/RustCrypto/block-ciphers/workflows/xtea/badge.svg?branch=master&event=push -[build-link]: https://github.com/RustCrypto/block-ciphers/actions?query=workflow%3Axtea +[build-image]: https://github.com/RustCrypto/block-ciphers/actions/workflows/xtea.yml/badge.svg?branch=master +[build-link]: https://github.com/RustCrypto/block-ciphers/actions/workflows/xtea.yml +[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg +[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md [//]: # (general links)