Skip to content

Commit

Permalink
xsalsa20poly1305: remove source code (#543)
Browse files Browse the repository at this point in the history
The successor is the `crypto_secretbox` crate:

https://github.com/RustCrypto/nacl-compat/tree/master/crypto_secretbox
  • Loading branch information
tarcieri committed Jul 22, 2023
1 parent 31240c1 commit e94ba5a
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 953 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/xsalsa20poly1305.yml

This file was deleted.

20 changes: 0 additions & 20 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
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ members = [
"deoxys",
"eax",
"mgm",
"xsalsa20poly1305"
]
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ crate.
| [`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.51 |
| [`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 |
| [`xsalsa20poly1305`] | [XSalsa20Poly1305] | [![crates.io](https://img.shields.io/crates/v/xsalsa20poly1305.svg)](https://crates.io/crates/xsalsa20poly1305) | [![Documentation](https://docs.rs/xsalsa20poly1305/badge.svg)](https://docs.rs/xsalsa20poly1305) | 1.56 |

## MSRV Policy

Expand Down Expand Up @@ -74,7 +73,6 @@ dual licensed as above, without any additional terms or conditions.
[`deoxys`]: https://github.com/RustCrypto/AEADs/tree/master/deoxys
[`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

[//]: # (algorithms)

Expand All @@ -87,5 +85,3 @@ dual licensed as above, without any additional terms or conditions.
[EAX]: https://en.wikipedia.org/wiki/EAX_mode
[MGM]: https://eprint.iacr.org/2019/123.pdf
[(X)ChaCha20Poly1305]: https://tools.ietf.org/html/rfc8439
[Curve25519XSalsa20Poly1305]: https://nacl.cr.yp.to/box.html
[XSalsa20Poly1305]: https://nacl.cr.yp.to/secretbox.html
4 changes: 2 additions & 2 deletions chacha20poly1305/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@
//! It is worth noting that NaCl/libsodium's default "secretbox" algorithm is
//! XSalsa20Poly1305, not XChaCha20Poly1305, and thus not compatible with
//! this library. If you are interested in that construction, please see the
//! `xsalsa20poly1305` crate:
//! `crypto_secretbox` crate:
//!
//! <https://docs.rs/xsalsa20poly1305/>
//! <https://docs.rs/crypto_secretbox/>
//!
//! # Usage
//!
Expand Down
132 changes: 0 additions & 132 deletions xsalsa20poly1305/CHANGELOG.md

This file was deleted.

34 changes: 0 additions & 34 deletions xsalsa20poly1305/Cargo.toml

This file was deleted.

Loading

0 comments on commit e94ba5a

Please sign in to comment.