Skip to content

Commit

Permalink
Move crypto_box to the nacl-compat repo (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jul 20, 2021
1 parent ff01185 commit 9f8a010
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 1,244 deletions.
89 changes: 0 additions & 89 deletions .github/workflows/crypto_box.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
components: clippy
override: true
profile: minimal
- run: cargo clippy --all --exclude crypto_box --all-features -- -D warnings
- run: cargo clippy --all --all-features -- -D warnings

codecov:
runs-on: ubuntu-latest
Expand Down
146 changes: 16 additions & 130 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Expand Up @@ -5,7 +5,6 @@ members = [
"aes-siv",
"ccm",
"chacha20poly1305",
"crypto_box",
"deoxys",
"eax",
"mgm",
Expand Down
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -24,7 +24,6 @@ crate.
| [`aes-siv`] | [AES-SIV] | [![crates.io](https://img.shields.io/crates/v/aes-siv.svg)](https://crates.io/crates/aes-siv) | [![Documentation](https://docs.rs/aes-siv/badge.svg)](https://docs.rs/aes-siv) | 1.49 |
| [`ccm`] | [CCM] | [![crates.io](https://img.shields.io/crates/v/ccm.svg)](https://crates.io/crates/ccm) | [![Documentation](https://docs.rs/ccm/badge.svg)](https://docs.rs/ccm) | 1.41 |
| [`chacha20poly1305`] | [(X)ChaCha20Poly1305] | [![crates.io](https://img.shields.io/crates/v/chacha20poly1305.svg)](https://crates.io/crates/chacha20poly1305) | [![Documentation](https://docs.rs/chacha20poly1305/badge.svg)](https://docs.rs/chacha20poly1305) | 1.49 |
| [`crypto_box`] | [Curve25519XSalsa20Poly1305] | [![crates.io](https://img.shields.io/crates/v/crypto_box.svg)](https://crates.io/crates/crypto_box) | [![Documentation](https://docs.rs/crypto_box/badge.svg)](https://docs.rs/crypto_box) | 1.49 |
| [`deoxys`] | [Deoxys-I/II] | [![crates.io](https://img.shields.io/crates/v/deoxys.svg)](https://crates.io/crates/deoxys) | [![Documentation](https://docs.rs/deoxys/badge.svg)](https://docs.rs/deoxys) | 1.50 |
| [`eax`] | [EAX] | [![crates.io](https://img.shields.io/crates/v/eax.svg)](https://crates.io/crates/eax) | [![Documentation](https://docs.rs/eax/badge.svg)](https://docs.rs/eax) | 1.41 |
| [`mgm`] | [MGM] | [![crates.io](https://img.shields.io/crates/v/mgm.svg)](https://crates.io/crates/mgm) | [![Documentation](https://docs.rs/mgm/badge.svg)](https://docs.rs/mgm) | 1.41 |
Expand Down Expand Up @@ -69,7 +68,6 @@ dual licensed as above, without any additional terms or conditions.
[`ccm`]: https://github.com/RustCrypto/AEADs/tree/master/ccm
[`chacha20poly1305`]: https://github.com/RustCrypto/AEADs/tree/master/chacha20poly1305
[`deoxys`]: https://github.com/RustCrypto/AEADs/tree/master/deoxys
[`crypto_box`]: https://github.com/RustCrypto/AEADs/tree/master/crypto_box
[`eax`]: https://github.com/RustCrypto/AEADs/tree/master/eax
[`mgm`]: https://github.com/RustCrypto/AEADs/tree/master/mgm
[`xsalsa20poly1305`]: https://github.com/RustCrypto/AEADs/tree/master/xsalsa20poly1305
Expand Down

0 comments on commit 9f8a010

Please sign in to comment.