You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ Implementation details
33
33
* Optimized implementation of arithmetic modulo the curve's field size (2^256 - 0x1000003D1).
34
34
* Using 5 52-bit limbs (including hand-optimized assembly for x86_64, by Diederik Huys).
35
35
* Using 10 26-bit limbs (including hand-optimized assembly for 32-bit ARM, by Wladimir J. van der Laan).
36
+
* This is an experimental feature that has not received enough scrutiny to satisfy the standard of quality of this library but is made available for testing and review by the community.
36
37
* Scalar operations
37
38
* Optimized implementation without data-dependent branches of arithmetic modulo the curve's order.
38
39
* Using 4 64-bit limbs (relying on __int128 support in the compiler).
0 commit comments