Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The transcript downloaded and signature file can be found in the `setup_db` fold

### [G1 point download script](/scripts/g1.sh)
### [G2 point download script](/scripts/g2.sh)
### [Point parsing script](/scripts/parseTranscripts.sh)
### [Point parsing script](/scripts/parseTranscripts.js)
### [Pairing check script](/scripts/checkPairing.py)

This step will:
Expand Down
2 changes: 1 addition & 1 deletion Transcript_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Our setup produces 100,800,000 G1 points and 1 G2 point, over the BN254 curve.

This is split into multiple 'transcript' files. Each transcript file contains *5,040,000* G1 points. The first transcript file also contains 2 G2 point.

These points are not compressed.
These points are not compressed and their coordinates are not in Montgomery form.

### Data format

Expand Down