From 03c14250c469f8b123cd499a4343d0bc1caf2961 Mon Sep 17 00:00:00 2001 From: Skalman Date: Wed, 27 Mar 2024 14:56:08 -0400 Subject: [PATCH] Questioning the use of SNARKs in this repo. Add Davide to spec authors --- Specification.toml | 4 ++-- dleq_vrf/src/pedersen.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Specification.toml b/Specification.toml index 28bfde7..51cee2a 100644 --- a/Specification.toml +++ b/Specification.toml @@ -1,7 +1,7 @@ [metadata] name = "Ring VRF" -description = "Ring VRF implementation using zkSNARKs." -authors = ["Alistair, Jeff, Syed, Sergey"] +description = "Ring VRF implementation using zkSNARKs or does it?" +authors = ["Alistair, Davide, Jeff, Syed, Sergey"] [config] template = "specification_template.md" diff --git a/dleq_vrf/src/pedersen.rs b/dleq_vrf/src/pedersen.rs index be73e07..eae4051 100644 --- a/dleq_vrf/src/pedersen.rs +++ b/dleq_vrf/src/pedersen.rs @@ -267,7 +267,7 @@ where K: AffineRepr, H: AffineRepr, let flavor = self; let mut t = t.into_transcript(); let t = t.borrow_mut(); - //~ 1. AddLabel(t, "PedersenVRF") + //~ 1. $AddLabel(t, "PedersenVRF")$ t.label(b"PedersenVRF"); let io = vrf::vrfs_merge(t, ios); // Allow derandomization by constructing secret_blinding and