diff options
| author | J08nY | 2024-08-02 00:11:37 +0200 |
|---|---|---|
| committer | J08nY | 2024-08-02 00:11:37 +0200 |
| commit | 3639e1069523738fdc1b87a2a0393198b20cce30 (patch) | |
| tree | 89fc9cefcedc4c6341575f16e3c13ec5628305f0 /docs/FORMAT.md | |
| parent | b3fe06d3f2dcae7462552dc8b1cf94ab4747cbdc (diff) | |
| download | ECTester-3639e1069523738fdc1b87a2a0393198b20cce30.tar.gz ECTester-3639e1069523738fdc1b87a2a0393198b20cce30.tar.zst ECTester-3639e1069523738fdc1b87a2a0393198b20cce30.zip | |
Diffstat (limited to 'docs/FORMAT.md')
| -rw-r--r-- | docs/FORMAT.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/FORMAT.md b/docs/FORMAT.md index 5c29d58..4d30ea6 100644 --- a/docs/FORMAT.md +++ b/docs/FORMAT.md @@ -17,7 +17,7 @@ In the rest of this documentation the following notation is used - `p` - prime F_p - `m` - binary field exponent F_2^m - `e1` - largest exponent of the field polynomial - - `e2` - middle exponenet of the field polynomial, or `0000` if field poly is a trinomial + - `e2` - middle exponent of the field polynomial, or `0000` if field poly is a trinomial - `e3` - smallest exponent (except zero) of the field polynomial, or `0000` if field poly is a trinomial - `a` - a parameter in short Weierstrass curve equation - `b` - b parameter in short Weierstrass curve equation @@ -26,7 +26,7 @@ In the rest of this documentation the following notation is used - `n` - the base-point order - `h` - the base-point cofactor - `wx` - the x coordinate of the public key - - `wy` - the y coordinate of th public key + - `wy` - the y coordinate of the public key - `s` - the private key value ## Curves |
