From bc1da025edcca336201f4b2c0003d68ee203512f Mon Sep 17 00:00:00 2001 From: Renaud Dubois <103030189+rdubois-crypto@users.noreply.github.com> Date: Mon, 27 May 2024 16:08:11 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7374bab3..ad60075e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ The Fresh Crypto Lib is a set of functions for blockchain systems such as Wallet *** __15/05/24 : Deprecated__ *** __This library is an experimental prequel of SCL. SCL proposes more generic implementation with RIP7696 for lesser cost (beating record set by FCL) and is currently under audit. -https://github.com/get-smooth/crypto-lib__ +https://github.com/get-smooth/crypto-lib__. + +*** __new (27/05/24): SCL now support both Ed25519 and P256 using RIP7696__. + + *** We warmly thanks all contributors of FCL, they will be added as contributor to SCL.