Simpler notation

A division `/` is simpler than multiplying the inverse `^(-1)`
This commit is contained in:
Yoichi Hirai 2018-03-09 10:45:07 +01:00 committed by GitHub
parent 91f8558c13
commit 698d42f532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ The groups `G_1` and `G_2` are cyclic groups of prime order `q = 218882428718392
The group `G_1` is defined on the curve `Y^2 = X^3 + 3` over the field `F_p` with `p = 21888242871839275222246405745257275088696311157297823662689037894645226208583` with generator `P1 = (1, 2)`.
The group `G_2` is defined on the curve `Y^2 = X^3 + 3 ((i+9)^(-1))` over a different field `F_p^2 = F_p[i] / (i^2 + 1)` (p is the same as above) with generator
The group `G_2` is defined on the curve `Y^2 = X^3 + 3/(i+9)` over a different field `F_p^2 = F_p[i] / (i^2 + 1)` (p is the same as above) with generator
```
P2 = (
11559732032986387107991004021392285783925812861821192530917403151452391805634 * i +