Skip to content

Commit

Permalink
Questioning the use of SNARKs in this repo.
Browse files Browse the repository at this point in the history
Add Davide to spec authors
  • Loading branch information
drskalman committed Mar 27, 2024
1 parent 901b678 commit 03c1425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Specification.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dleq_vrf/src/pedersen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ where K: AffineRepr, H: AffineRepr<ScalarField = K::ScalarField>,
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
Expand Down

0 comments on commit 03c1425

Please sign in to comment.