22
33[ ![ crate] [ crate-image ]] [ crate-link ]
44[ ![ Docs] [ docs-image ]] [ docs-link ]
5+ [ ![ Build Status] [ build-image ]] [ build-link ]
56![ Apache2/MIT licensed] [ license-image ]
67![ Rust Version] [ rustc-image ]
78[ ![ Project Chat] [ chat-image ]] [ chat-link ]
8- [ ![ Build Status] [ build-image ]] [ build-link ]
99
1010Generic implementation of the [ Cipher Feedback] [ CFB-8 ] with eight bit
1111feedback (CFB-8) block cipher mode of operation.
@@ -31,16 +31,16 @@ dual licensed as above, without any additional terms or conditions.
3131
3232[ // ] : # ( badges )
3333
34- [ crate-image ] : https://img.shields.io/crates/v/cfb8.svg
34+ [ crate-image ] : https://img.shields.io/crates/v/cfb8.svg?logo=rust
3535[ crate-link ] : https://crates.io/crates/cfb8
3636[ docs-image ] : https://docs.rs/cfb8/badge.svg
3737[ docs-link ] : https://docs.rs/cfb8/
3838[ license-image ] : https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
3939[ rustc-image ] : https://img.shields.io/badge/rustc-1.85+-blue.svg
4040[ chat-image ] : https://img.shields.io/badge/zulip-join_chat-blue.svg
4141[ chat-link ] : https://rustcrypto.zulipchat.com/#narrow/stream/308460-block-modes
42- [ build-image ] : https://github.com/RustCrypto/block-modes/workflows/cfb8/badge.svg?branch=master&event=push
43- [ build-link ] : https://github.com/RustCrypto/block-modes/actions?query=workflow%3Acfb+branch%3Amaster
42+ [ build-image ] : https://github.com/RustCrypto/block-modes/actions/ workflows/cfb8.yaml /badge.svg
43+ [ build-link ] : https://github.com/RustCrypto/block-modes/actions/workflows/cfb8.yaml
4444
4545[ // ] : # ( general links )
4646
0 commit comments