Selaa lähdekoodia

Note in the README that Shine is called VPSS_1 in the paper

Ian Goldberg 6 kuukautta sitten
vanhempi
commit
4ab9fe5d70
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -6,7 +6,7 @@ This repository contains the library code, benchmark harness, and reproduction s
 
 Chelsea Komlo and Ian Goldberg. "Arctic: Lightweight, Stateless, and Deterministic Two-Round Threshold Schnorr Signatures".
 
-This code implements both Arctic (the deterministic two-round threshold Schnorr signature scheme) and Shine (the underlying verifiable pseudorandom secret sharing scheme).
+This code implements both Arctic (the deterministic two-round threshold Schnorr signature scheme) and Shine (the underlying verifiable pseudorandom secret sharing scheme, called VPSS<sub>1</sub> in the paper).
 
 We used Rust 1.73.0 to build and benchmark this code.