6 Commits 0d1c009712 ... 84797b3c96

Author SHA1 Message Date
  Ian Goldberg 84797b3c96 Reproduction script for Figure 7b in the paper 2 months ago
  Ian Goldberg dfb50916d4 Multithread support for Shine.Gen() 3 months ago
  Ian Goldberg 2a2579492f README 2 months ago
  Ian Goldberg 0d1c009712 Reproduction script for Figure 7b in the paper 2 months ago
  Ian Goldberg 4a2174c5cf Multithread support for Shine.Gen() 3 months ago
  Ian Goldberg a8b6912320 README 2 months ago
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -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.