Преглед на файлове

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

Ian Goldberg преди 1 година
родител
ревизия
4ab9fe5d70
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.