diff options
| author | J08nY | 2018-07-16 20:04:14 +0200 |
|---|---|---|
| committer | J08nY | 2018-07-16 20:04:14 +0200 |
| commit | 762cc0c58f3e9b23077a3b0f88fe95232d02935d (patch) | |
| tree | 5f39f7adc36308957d0489c558322ebbb2b5ae40 /docs/LIBS.md | |
| parent | 94430f04698c9fe8675b217ca831d980918db97c (diff) | |
| download | ECTester-762cc0c58f3e9b23077a3b0f88fe95232d02935d.tar.gz ECTester-762cc0c58f3e9b23077a3b0f88fe95232d02935d.tar.zst ECTester-762cc0c58f3e9b23077a3b0f88fe95232d02935d.zip | |
Diffstat (limited to 'docs/LIBS.md')
| -rw-r--r-- | docs/LIBS.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/LIBS.md b/docs/LIBS.md index 512dee2..903aef4 100644 --- a/docs/LIBS.md +++ b/docs/LIBS.md @@ -66,4 +66,8 @@ Popular libraries with at least some ECC support: - Uses Jacobian coordinates. - Sliding window scalar multiplication algorithm. - [Crypto++](https://cryptopp.com/) - - C++
\ No newline at end of file + - C++ + - For prime field curves: + - Uses projective coordinates and sliding window scalar multiplication algorithm. + - For binary field curves: + - Uses affine coordinates and sliding window scalar multiplication algorithm.
\ No newline at end of file |
