From 970648ce0f1dcec0d3a9ff69d248c81dcf2f05bf Mon Sep 17 00:00:00 2001 From: Davide Galassi Date: Fri, 28 Feb 2025 15:28:57 +0100 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59e1ee9..a521b68 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ The library includes the following pre-configured suites: - **Ed25519-SHA-512-TAI**: Supports IETF and Pedersen VRFs. - **Secp256r1-SHA-256-TAI**: Supports IETF and Pedersen VRFs. - **Bandersnatch** (_Edwards curve on BLS12-381_): Supports IETF, Pedersen, and Ring VRFs. +- **JubJub** (_Edwards curve on BLS12-381_): Supports IETF, Pedersen, and Ring VRFs. - **Baby-JubJub** (_Edwards curve on BN254_): Supports IETF, Pedersen, and Ring VRFs. ### Basic Usage