Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Add more formatting in README #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ extern crate bn;
## API

* `Fr` is an element of F<sub>r</sub>
* `G1` is a point on the BN curve E/Fq : y^2 = x^3 + b
* `G2` is a point on the twisted BN curve E'/Fq2 : y^2 = x^3 + b/xi
* `G1` is a point on the BN curve E/F<sub>q</sub> : y<sup>2</sup> = x<sup>3</sup> + b
* `G2` is a point on the twisted BN curve E'/F<sub>q2</sub> : y<sup>2</sup> = x<sup>3</sup> + b/xi
* `Gt` is a group element (written multiplicatively) obtained with the `pairing` function over `G1` and `G2`.

### Examples
Expand Down