From 17648d692041a8489bebb05db20dabc3d9b9f216 Mon Sep 17 00:00:00 2001 From: Alexandr Kitaev Date: Sat, 18 May 2024 18:04:11 +0300 Subject: [PATCH] fix readme.md --- README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/README.md b/README.md index e485eb4f..45bc00ef 100644 --- a/README.md +++ b/README.md @@ -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