소스 검색

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.