pirate-librustzcash/doc/evidence
Sean Bowe d029ddea83 Squashed 'jubjub/' content from commit 9987ddf
git-subtree-dir: jubjub
git-subtree-split: 9987ddf8d17a87bd2b14627665768e4038b657c4
2019-12-12 11:32:47 -07:00
..
.gitignore Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
a Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
d Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
l Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
LICENSE Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
p Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
README.md Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
rigid Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
run.sh Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
shape Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
verify.sage Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
x0 Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
x1 Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
y0 Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
y1 Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00

Jubjub supporting evidence

This repository contains supporting evidence that the twisted Edwards curve -x^2 + y^2 = 1 - (10240/10241).x^2.y^2 of rational points over GF(52435875175126190479447740508185965837690552500527637822603658699938581184513), also called "Jubjub", satisfies the SafeCurves criteria.

The script verify.sage is based on this script from the SafeCurves site, modified

  • to support twisted Edwards curves;
  • to generate a file 'primes' containing the primes needed for primality proofs, if it is not already present;
  • to change the directory in which Pocklington proof files are generated (proof/ rather than ../../../proof), and to create that directory if it does not exist.

Prerequisites:

  • apt-get install sagemath
  • pip install sortedcontainers

Run sage verify.sage ., or ./run.sh to also print out the results.

Note that the "rigidity" criterion cannot be checked automatically.