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
58 changes: 0 additions & 58 deletions .github/workflows/aes-ctr.yml

This file was deleted.

63 changes: 19 additions & 44 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[workspace]
members = [
"aes-ctr",
"cfb8",
"cfb-mode",
"chacha20",
Expand All @@ -10,3 +9,6 @@ members = [
"rabbit",
"salsa20",
]

[patch.crates-io]
aes = { git = "https://github.com/RustCrypto/block-ciphers.git" }
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ received any formal cryptographic and security reviews/audits.
## Crates
| Name | Crates.io | Documentation | Build Status |
|--------------|-----------|---------------|--------------|
| [`aes-ctr`] | [![crates.io](https://img.shields.io/crates/v/aes-ctr.svg)](https://crates.io/crates/aes-ctr) | [![Documentation](https://docs.rs/aes-ctr/badge.svg)](https://docs.rs/aes-ctr) | ![build](https://github.com/RustCrypto/stream-ciphers/workflows/aes-ctr/badge.svg?branch=master&event=push)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this PR deletes the aes-ctr crate as its functionality has been subsumed into the aes crate.

| [`cfb-mode`] | [![crates.io](https://img.shields.io/crates/v/cfb-mode.svg)](https://crates.io/crates/cfb-mode) | [![Documentation](https://docs.rs/cfb-mode/badge.svg)](https://docs.rs/cfb-mode) | ![build](https://github.com/RustCrypto/stream-ciphers/workflows/cfb-mode/badge.svg?branch=master&event=push)
| [`cfb8`] | [![crates.io](https://img.shields.io/crates/v/cfb8.svg)](https://crates.io/crates/cfb8) | [![Documentation](https://docs.rs/cfb8/badge.svg)](https://docs.rs/cfb8) | ![build](https://github.com/RustCrypto/stream-ciphers/workflows/cfb-mode/badge.svg?branch=master&event=push)
| [`chacha20`] | [![crates.io](https://img.shields.io/crates/v/chacha20.svg)](https://crates.io/crates/chacha20) | [![Documentation](https://docs.rs/chacha20/badge.svg)](https://docs.rs/chacha20) | ![build](https://github.com/RustCrypto/stream-ciphers/workflows/chacha20/badge.svg?branch=master&event=push)
Expand Down Expand Up @@ -102,7 +101,6 @@ dual licensed as above, without any additional terms or conditions.

[//]: # (crates)

[`aes-ctr`]: https://github.com/RustCrypto/stream-ciphers/tree/master/aes-ctr
[`cfb-mode`]: https://github.com/RustCrypto/stream-ciphers/tree/master/cfb-mode
[`cfb8`]: https://github.com/RustCrypto/stream-ciphers/tree/master/cfb8
[`chacha20`]: https://github.com/RustCrypto/stream-ciphers/tree/master/chacha20
Expand Down
36 changes: 0 additions & 36 deletions aes-ctr/CHANGELOG.md

This file was deleted.

25 changes: 0 additions & 25 deletions aes-ctr/Cargo.toml

This file was deleted.

Loading