Skip to content

Commit eb99c63

Browse files
committed
add link to jubjub code for TS
1 parent aa2e077 commit eb99c63

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

draft-irtf-cfrg-hash-to-curve.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,10 @@ informative:
477477
title: Hashing to Elliptic Curves - GitHub repository
478478
target: https://github.com/cfrg/draft-irtf-cfrg-hash-to-curve
479479
date: 2019
480+
jubjub-fq:
481+
title: zkcrypto/jubjub - fq.rs
482+
target: https://github.com/zkcrypto/jubjub/blob/master/src/fq.rs
483+
date: 2019
480484
L13:
481485
title: Implementing Elligator for Curve25519
482486
target: https://www.imperialviolet.org/2013/12/25/elligator.html
@@ -3315,7 +3319,7 @@ Procedure:
33153319
## Constant-time Tonelli-Shanks algorithm {#sqrt-ts}
33163320

33173321
This algorithm is a constant-time version of the classic Tonelli-Shanks algorithm
3318-
({{C93}}, Algorithm 1.5.1) due to Sean Bowe, Jack Grigg, and Eirik Ogilvie-Wigley,
3322+
({{C93}}, Algorithm 1.5.1) due to Sean Bowe, Jack Grigg, and Eirik Ogilvie-Wigley {{jubjub-fq}},
33193323
adapted and optimized by Michael Scott.
33203324

33213325
This algorithm applies to GF(p) for any p.

0 commit comments

Comments
 (0)