tweedle
Generator and supporting evidence for security of the Tweedledum/Tweedledee pair of elliptic curves suitable for Halo
File Explorer
- a
- b
- l
- p
- rigid
- shape
- x0
- x1
- y0
- y1
- a
- b
- l
- p
- rigid
- shape
- x0
- x1
- y0
- y1
- .gitignore
- amicable.sage
- animation-p.webm
- animation-q.webm
- animation.sh
- checksumsets.py
- clean.sh
- injectivitylemma.py
- LICENSE
- README.md
- run.sh
- verify.sage
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
pip3
View Details ▼
pip3
This command is an alias of `pip`.
tldr pip
View documentation for the original command:
python3
View Details ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
apt-get
View Details ▼
apt-get
Debian and Ubuntu package management utility.
Search for packages using `apt-cache`.
It is recommended to use `apt` when used interactively in Ubuntu versions 16.04 and later.
sudo apt-get update
Update the list of available packages and versions (it's recommended to run this before other `apt-get` commands):
sudo apt-get install {{package}}
Install a package, or update it to the latest available version:
sudo apt-get remove {{package}}
Remove a package:
