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
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion belt-ctr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "belt-ctr"
version = "0.2.0-pre"
version = "0.2.0-rc.0"
description = "CTR block mode of operation specified by the BelT standard"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down
8 changes: 4 additions & 4 deletions belt-ctr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

[![crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
[![Build Status][build-image]][build-link]
![Apache2/MIT licensed][license-image]
![Rust Version][rustc-image]
[![Project Chat][chat-image]][chat-link]
[![Build Status][build-image]][build-link]

Generic implementation of the [`belt-ctr`] block mode of operation.

Expand Down Expand Up @@ -61,16 +61,16 @@ dual licensed as above, without any additional terms or conditions.

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/belt-ctr.svg
[crate-image]: https://img.shields.io/crates/v/belt-ctr.svg?logo=rust
[crate-link]: https://crates.io/crates/belt-ctr
[docs-image]: https://docs.rs/belt-ctr/badge.svg
[docs-link]: https://docs.rs/belt-ctr/
[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
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/308460-block-modes
[build-image]: https://github.com/RustCrypto/block-modes/workflows/belt-ctr/badge.svg?branch=master&event=push
[build-link]: https://github.com/RustCrypto/block-modes/actions?query=workflow%3Abelt-ctr+branch%3Amaster
[build-image]: https://github.com/RustCrypto/block-modes/actions/workflows/belt-ctr.yaml/badge.svg
[build-link]: https://github.com/RustCrypto/block-modes/actions/workflows/belt-ctr.yaml

[//]: # (general links)

Expand Down
2 changes: 1 addition & 1 deletion cbc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cbc"
version = "0.2.0-pre.2"
version = "0.2.0-rc.0"
description = "Cipher Block Chaining (CBC) block cipher mode of operation"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down
8 changes: 4 additions & 4 deletions cbc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

[![crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
[![Build Status][build-image]][build-link]
![Apache2/MIT licensed][license-image]
![Rust Version][rustc-image]
[![Project Chat][chat-image]][chat-link]
[![Build Status][build-image]][build-link]

Generic implementation of the [Cipher Block Chaining][CBC] (CBC) block cipher
mode of operation.
Expand All @@ -31,16 +31,16 @@ dual licensed as above, without any additional terms or conditions.

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/cbc.svg
[crate-image]: https://img.shields.io/crates/v/cbc.svg?logo=rust
[crate-link]: https://crates.io/crates/cbc
[docs-image]: https://docs.rs/cbc/badge.svg
[docs-link]: https://docs.rs/cbc/
[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
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/308460-block-modes
[build-image]: https://github.com/RustCrypto/block-modes/workflows/cbc/badge.svg?branch=master&event=push
[build-link]: https://github.com/RustCrypto/block-modes/actions?query=workflow%3Acbc+branch%3Amaster
[build-image]: https://github.com/RustCrypto/block-modes/actions/workflows/cbc.yaml/badge.svg
[build-link]: https://github.com/RustCrypto/block-modes/actions/workflows/cbc.yaml

[//]: # (general links)

Expand Down
2 changes: 1 addition & 1 deletion cfb-mode/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cfb-mode"
version = "0.9.0-pre"
version = "0.9.0-rc.0"
description = "Cipher Feedback (CFB) block cipher mode of operation"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down
8 changes: 4 additions & 4 deletions cfb-mode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

[![crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
[![Build Status][build-image]][build-link]
![Apache2/MIT licensed][license-image]
![Rust Version][rustc-image]
[![Project Chat][chat-image]][chat-link]
[![Build Status][build-image]][build-link]

Generic implementation of the [Cipher Feedback][CFB] (CFB) block cipher mode
of operation.
Expand All @@ -31,16 +31,16 @@ dual licensed as above, without any additional terms or conditions.

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/cfb-mode.svg
[crate-image]: https://img.shields.io/crates/v/cfb-mode.svg?logo=rust
[crate-link]: https://crates.io/crates/cfb-mode
[docs-image]: https://docs.rs/cfb-mode/badge.svg
[docs-link]: https://docs.rs/cfb-mode/
[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
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/308460-block-modes
[build-image]: https://github.com/RustCrypto/block-modes/workflows/cfb-mode/badge.svg?branch=master&event=push
[build-link]: https://github.com/RustCrypto/block-modes/actions?query=workflow%3Acfb-mode+branch%3Amaster
[build-image]: https://github.com/RustCrypto/block-modes/actions/workflows/cfb-mode.yaml/badge.svg
[build-link]: https://github.com/RustCrypto/block-modes/actions/workflows/cfb-mode.yaml

[//]: # (general links)

Expand Down
2 changes: 1 addition & 1 deletion cfb8/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cfb8"
version = "0.9.0-pre"
version = "0.9.0-rc.0"
description = "Cipher Feedback with eight bit feedback (CFB-8) block cipher mode of operation"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down
8 changes: 4 additions & 4 deletions cfb8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

[![crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
[![Build Status][build-image]][build-link]
![Apache2/MIT licensed][license-image]
![Rust Version][rustc-image]
[![Project Chat][chat-image]][chat-link]
[![Build Status][build-image]][build-link]

Generic implementation of the [Cipher Feedback][CFB-8] with eight bit
feedback (CFB-8) block cipher mode of operation.
Expand All @@ -31,16 +31,16 @@ dual licensed as above, without any additional terms or conditions.

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/cfb8.svg
[crate-image]: https://img.shields.io/crates/v/cfb8.svg?logo=rust
[crate-link]: https://crates.io/crates/cfb8
[docs-image]: https://docs.rs/cfb8/badge.svg
[docs-link]: https://docs.rs/cfb8/
[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
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/308460-block-modes
[build-image]: https://github.com/RustCrypto/block-modes/workflows/cfb8/badge.svg?branch=master&event=push
[build-link]: https://github.com/RustCrypto/block-modes/actions?query=workflow%3Acfb+branch%3Amaster
[build-image]: https://github.com/RustCrypto/block-modes/actions/workflows/cfb8.yaml/badge.svg
[build-link]: https://github.com/RustCrypto/block-modes/actions/workflows/cfb8.yaml

[//]: # (general links)

Expand Down
2 changes: 1 addition & 1 deletion ctr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ctr"
version = "0.10.0-pre.2"
version = "0.10.0-rc.0"
description = "CTR block modes of operation"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down
8 changes: 4 additions & 4 deletions ctr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[![crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
![Apache2/MIT licensed][license-image]
[![Build Status][build-image]][build-link]
![Rust Version][rustc-image]
[![Project Chat][chat-image]][chat-link]
[![Build Status][build-image]][build-link]

Generic implementation of the [Counter][CTR] (CTR) block cipher mode of operation.

Expand All @@ -30,16 +30,16 @@ dual licensed as above, without any additional terms or conditions.

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/ctr.svg
[crate-image]: https://img.shields.io/crates/v/ctr.svg?logo=rust
[crate-link]: https://crates.io/crates/ctr
[docs-image]: https://docs.rs/ctr/badge.svg
[docs-link]: https://docs.rs/ctr/
[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
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/308460-block-modes
[build-image]: https://github.com/RustCrypto/block-modes/workflows/ctr/badge.svg?branch=master&event=push
[build-link]: https://github.com/RustCrypto/block-modes/actions?query=workflow%3Actr+branch%3Amaster
[build-image]: https://github.com/RustCrypto/block-modes/actions/workflows/ctr.yaml/badge.svg
[build-link]: https://github.com/RustCrypto/block-modes/actions/workflows/ctr.yaml

[//]: # (general links)

Expand Down
2 changes: 1 addition & 1 deletion cts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cts"
version = "0.6.0"
version = "0.7.0-rc.0"
description = "Generic implementation of the ciphertext stealing block modes of operation"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down
8 changes: 4 additions & 4 deletions cts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

[![crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
[![Build Status][build-image]][build-link]
![Apache2/MIT licensed][license-image]
![Rust Version][rustc-image]
[![Project Chat][chat-image]][chat-link]
[![Build Status][build-image]][build-link]

Generic implementation of the [ciphertext stealing] block cipher modes of operation.

Expand Down Expand Up @@ -80,16 +80,16 @@ dual licensed as above, without any additional terms or conditions.

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/cts.svg
[crate-image]: https://img.shields.io/crates/v/cts.svg?logo=rust
[crate-link]: https://crates.io/crates/cts
[docs-image]: https://docs.rs/cts/badge.svg
[docs-link]: https://docs.rs/cts/
[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
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/308460-block-modes
[build-image]: https://github.com/RustCrypto/block-modes/workflows/cts/badge.svg?branch=master&event=push
[build-link]: https://github.com/RustCrypto/block-modes/actions?query=workflow%3Acts+branch%3Amaster
[build-image]: https://github.com/RustCrypto/block-modes/actions/workflows/cts.yaml/badge.svg
[build-link]: https://github.com/RustCrypto/block-modes/actions/workflows/cts.yaml

[//]: # (general links)

Expand Down
2 changes: 1 addition & 1 deletion ige/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ige"
version = "0.2.0-pre"
version = "0.2.0-rc.0"
description = "Infinite Garble Extension (IGE) block cipher mode of operation"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down
8 changes: 4 additions & 4 deletions ige/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

[![crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
[![Build Status][build-image]][build-link]
![Apache2/MIT licensed][license-image]
![Rust Version][rustc-image]
[![Project Chat][chat-image]][chat-link]
[![Build Status][build-image]][build-link]

Generic implementation of the [Infinite Garble Extension][IGE] (IGE)
block cipher mode of operation.
Expand All @@ -31,16 +31,16 @@ dual licensed as above, without any additional terms or conditions.

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/ige.svg
[crate-image]: https://img.shields.io/crates/v/ige.svg?logo=rust
[crate-link]: https://crates.io/crates/ige
[docs-image]: https://docs.rs/ige/badge.svg
[docs-link]: https://docs.rs/ige/
[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
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/308460-block-modes
[build-image]: https://github.com/RustCrypto/block-modes/workflows/ige/badge.svg?branch=master&event=push
[build-link]: https://github.com/RustCrypto/block-modes/actions?query=workflow%3Aige+branch%3Amaster
[build-image]: https://github.com/RustCrypto/block-modes/actions/workflows/ige.yaml/badge.svg
[build-link]: https://github.com/RustCrypto/block-modes/actions/workflows/ige.yaml

[//]: # (general links)

Expand Down
2 changes: 1 addition & 1 deletion ofb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ofb"
version = "0.7.0-pre"
version = "0.7.0-rc.0"
description = "Output Feedback (OFB) block cipher mode of operation"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down
8 changes: 4 additions & 4 deletions ofb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

[![crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
[![Build Status][build-image]][build-link]
![Apache2/MIT licensed][license-image]
![Rust Version][rustc-image]
[![Project Chat][chat-image]][chat-link]
[![Build Status][build-image]][build-link]

Generic implementation of the [Output Feedback][OFB] (OFB) block cipher mode
of operation.
Expand All @@ -31,16 +31,16 @@ dual licensed as above, without any additional terms or conditions.

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/ofb.svg
[crate-image]: https://img.shields.io/crates/v/ofb.svg?logo=rust
[crate-link]: https://crates.io/crates/ofb
[docs-image]: https://docs.rs/ofb/badge.svg
[docs-link]: https://docs.rs/ofb/
[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
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/308460-block-modes
[build-image]: https://github.com/RustCrypto/block-modes/workflows/ofb/badge.svg?branch=master&event=push
[build-link]: https://github.com/RustCrypto/block-modes/actions?query=workflow%3Aofb+branch%3Amaster
[build-image]: https://github.com/RustCrypto/block-modes/actions/workflows/ofb.yaml/badge.svg
[build-link]: https://github.com/RustCrypto/block-modes/actions/workflows/ofb.yaml

[//]: # (general links)

Expand Down
Loading
Loading