diff options
| author | J08nY | 2018-07-27 21:02:27 +0200 |
|---|---|---|
| committer | J08nY | 2018-07-27 21:02:27 +0200 |
| commit | 0d961f0c0bdc5a0ace91bc7b2289055b26d4fbe7 (patch) | |
| tree | 9e0183df5bca34b2d41e491affdd679de7c83c61 /docs/LIBS.md | |
| parent | e109037811a9c17ecc296e2eb8e7a86957458943 (diff) | |
| download | ECTester-0d961f0c0bdc5a0ace91bc7b2289055b26d4fbe7.tar.gz ECTester-0d961f0c0bdc5a0ace91bc7b2289055b26d4fbe7.tar.zst ECTester-0d961f0c0bdc5a0ace91bc7b2289055b26d4fbe7.zip | |
Diffstat (limited to 'docs/LIBS.md')
| -rw-r--r-- | docs/LIBS.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/LIBS.md b/docs/LIBS.md index 3d5e5e8..d1a68d0 100644 --- a/docs/LIBS.md +++ b/docs/LIBS.md @@ -79,4 +79,11 @@ Popular libraries with at least some ECC support: - Uses affine coordinates and sliding window scalar multiplication algorithm. - [Microsoft CNG](https://msdn.microsoft.com/en-us/library/windows/desktop/aa376210(v=vs.85).aspx) - C API. - - Closed source, uses whatever.
\ No newline at end of file + - Closed source. + - For prime field curves(only supports): + - Uses Short Weierstrass model. + - Uses Twisted Edwards model. + - Uses Montgomery model. + - Uses fixed window scalar multiplication. + - Uses Wnaf multi-scalar multiplication with interleaving. + - Uses Montgomery ladder.
\ No newline at end of file |
