Skip to content

Commit

Permalink
fix readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
makavity committed May 18, 2024
1 parent e6541d3 commit 17648d6
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,63 +52,39 @@ dual licensed as above, without any additional terms or conditions.
[//]: # (badges)

[deps-image]: https://deps.rs/repo/github/RustCrypto/AEADs/status.svg

[deps-link]: https://deps.rs/repo/github/RustCrypto/AEADs

[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg

[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260038-AEADs

[//]: # (general links)

[AEAD]: https://en.wikipedia.org/wiki/Authenticated_encryption

[IND-CCA3]: https://eprint.iacr.org/2004/272.pdf

[//]: # (crates)

[`aead`]: https://docs.rs/aead

[`aes-ccm`]: https://crates.io/crates/aes-ccm

[`aes-gcm`]: https://github.com/RustCrypto/AEADs/tree/master/aes-gcm

[`aes-gcm-siv`]: https://github.com/RustCrypto/AEADs/tree/master/aes-gcm-siv

[`aes-siv`]: https://github.com/RustCrypto/AEADs/tree/master/aes-siv

[`ascon-aead`]: https://github.com/RustCrypto/AEADs/tree/master/ascon-aead

[`belt-dwp`]: https://github.com/RustCrypto/AEADs/tree/master/belt-dwp

[`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

[`eax`]: https://github.com/RustCrypto/AEADs/tree/master/eax

[`mgm`]: https://github.com/RustCrypto/AEADs/tree/master/mgm

[//]: # (algorithms)

[AES-GCM]: https://en.wikipedia.org/wiki/Galois/Counter_Mode

[AES-GCM-SIV]: https://en.wikipedia.org/wiki/AES-GCM-SIV

[AES-SIV]: https://github.com/miscreant/meta/wiki/AES-SIV

[Ascon]: https://ascon.iaik.tugraz.at/

[CCM]: https://en.wikipedia.org/wiki/CCM_mode

[Deoxys-I/II]: https://sites.google.com/view/deoxyscipher

[EAX]: https://en.wikipedia.org/wiki/EAX_mode

[MGM]: https://eprint.iacr.org/2019/123.pdf

[BeltDwp]: https://apmi.bsu.by/assets/files/std/belt-spec372.pdf

[(X)ChaCha20Poly1305]: https://tools.ietf.org/html/rfc8439

0 comments on commit 17648d6

Please sign in to comment.