diff options
| author | Ján Jančár | 2024-08-02 18:45:08 +0200 |
|---|---|---|
| committer | GitHub | 2024-08-02 18:45:08 +0200 |
| commit | 7647d4b6aa641ac97c58f47b40e4474cae3c619e (patch) | |
| tree | b0113eeb4451cb6639c58db1cae55301a1a04a94 /docs/FORMAT.md | |
| parent | e8cdbe98cb65ab35b45da818e6b4d4e0b1db5f0d (diff) | |
| parent | 6ed466cdeab999abd4c62a824106ab1078053934 (diff) | |
| download | ECTester-7647d4b6aa641ac97c58f47b40e4474cae3c619e.tar.gz ECTester-7647d4b6aa641ac97c58f47b40e4474cae3c619e.tar.zst ECTester-7647d4b6aa641ac97c58f47b40e4474cae3c619e.zip | |
Merge pull request #33 from crocs-muni/fix/card-runtest
Fix test selection
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 |
