From f808ba753df775babd33c94c90b1f4e0967ae0f6 Mon Sep 17 00:00:00 2001 From: "Paragon Initiative Enterprises, LLC" Date: Sat, 11 May 2024 02:51:01 -0400 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c365af0..3086562 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ or noncommercial, open source or proprietary, at no cost to you. diverse range of compliance requirements. More can be added as needed: * `BoringCrypto` uses [libsodium](https://download.libsodium.org/doc/), the de facto standard encryption library for software developers. - [Algorithm details](https://ciphersweet.paragonie.com/security#moderncrypto). + [Algorithm details](https://ciphersweet.paragonie.com/security#boringcrypto). * `FIPSCrypto` only uses the cryptographic algorithms covered by the FIPS 140-3 recommendations to avoid auditing complexity. [Algorithm details](https://ciphersweet.paragonie.com/security#fipscrypto).