aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/LIBS.md9
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