Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] |
Expand Down Expand Up @@ -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)

Expand Down
8 changes: 4 additions & 4 deletions aes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions aria/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
10 changes: 5 additions & 5 deletions belt-block/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
10 changes: 5 additions & 5 deletions blowfish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
10 changes: 5 additions & 5 deletions camellia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
10 changes: 5 additions & 5 deletions cast5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
10 changes: 5 additions & 5 deletions cast6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
10 changes: 5 additions & 5 deletions des/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
10 changes: 5 additions & 5 deletions gift-cipher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
10 changes: 5 additions & 5 deletions idea/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
10 changes: 5 additions & 5 deletions kuznyechik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions magma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions rc2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
10 changes: 5 additions & 5 deletions rc5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading