From ea3b3bc797839af99c6cd77e9d29cba8e6dcdd0e Mon Sep 17 00:00:00 2001 From: bing Date: Sat, 29 Jun 2024 20:09:28 +0800 Subject: [PATCH] fix des link --- src/encryption/symmetric/aes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/encryption/symmetric/aes/README.md b/src/encryption/symmetric/aes/README.md index ff7ee29..a1945e5 100644 --- a/src/encryption/symmetric/aes/README.md +++ b/src/encryption/symmetric/aes/README.md @@ -113,7 +113,7 @@ In production-level AES code, fast AES software uses special techniques called t - [Serious Cryptography - A Practical Introduction to Modern Cryptography](seriouscrypto) [aes]: https://en.wikipedia.org/wiki/Advanced_Encryption_Standard -[des]: ../des/index.html +[des]: ../des/README.md [spn]: https://en.wikipedia.org/wiki/Substitution%E2%80%93permutation_network [slide attacks]: https://en.wikipedia.org/wiki/Slide_attack [Rijndael ff]: https://en.wikipedia.org/wiki/Finite_field_arithmetic#Rijndael's_(AES)_finite_field