Skip to content

Commit 475a598

Browse files
committed
add link to jubjub code for TS
1 parent 5df9df4 commit 475a598

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
@@ -3314,7 +3318,7 @@ Procedure:
33143318
## Constant-time Tonelli-Shanks algorithm {#sqrt-ts}
33153319

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

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

0 commit comments

Comments
 (0)