diff options
| author | Ján Jančár | 2024-08-09 20:33:18 +0200 |
|---|---|---|
| committer | GitHub | 2024-08-09 20:33:18 +0200 |
| commit | a5a6ef2b5776573d5bd55d6c75f806d752b957c5 (patch) | |
| tree | de46d4ccd6baea24133b5d39c218158079a40d70 /docs/FORMAT.md | |
| parent | 91b425798be6cbc918a9b892d7e76eababc08d6b (diff) | |
| parent | 65ddb496e2090581e40bce003f6c14490e6cf5fb (diff) | |
| download | ECTester-a5a6ef2b5776573d5bd55d6c75f806d752b957c5.tar.gz ECTester-a5a6ef2b5776573d5bd55d6c75f806d752b957c5.tar.zst ECTester-a5a6ef2b5776573d5bd55d6c75f806d752b957c5.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 |
