|
@@ -4,7 +4,7 @@ Code by Ian Goldberg, iang@uwaterloo.ca
|
|
|
|
|
|
This repository contains the library code, benchmark harness, and reproduction scripts for our paper:
|
|
|
|
|
|
-Chelsea Komlo and Ian Goldberg. "Lightweight, Stateless, and Deterministic Two-Round Threshold Schnorr Signatures".
|
|
|
+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).
|
|
|
|
|
@@ -85,4 +85,4 @@ To collect all the datapoints needed to reproduce Figure 7b in our paper, decide
|
|
|
./repro-fig7b 1 2 3 4 6 8 10 12 14 16
|
|
|
```
|
|
|
|
|
|
-Note that only Shine.Gen is parallelized, which is used in Arctic's Sign1 and Sign2, and is in fact the dominant cost of signing when δ is large. Key generation is not currently parallelized.
|
|
|
+Note that only Shine.Gen is parallelized, which is used in Arctic's Sign1 and Sign2, and is in fact the dominant cost of signing when δ is large. Key generation is not currently parallelized.
|