Browse Source

Link to the paper in the README

Ian Goldberg 5 months ago
parent
commit
68c0304f77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
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. "Arctic: Lightweight, Stateless, and Deterministic Two-Round Threshold Schnorr Signatures".
+Chelsea Komlo and Ian Goldberg. "[Arctic: Lightweight, Stateless, and Deterministic Two-Round Threshold Schnorr Signatures](https://eprint.iacr.org/2024/466)", PKC 2025.
 
 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).