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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Implementation details
34
34
* Expose only higher level interfaces to minimize the API surface and improve application security. ("Be difficult to use insecurely.")
35
35
* Field operations
36
36
* Optimized implementation of arithmetic modulo the curve's field size (2^256 - 0x1000003D1).
37
-
* Using 5 52-bit limbs (including hand-optimized assembly for x86_64, by Diederik Huys).
37
+
* Using 5 52-bit limbs (including [CryptOpt](https://github.com/0xADE1A1DE/CryptOpt)-optimized assembly for x86_64, which includes formal correctness proofs).
38
38
* Using 10 26-bit limbs (including hand-optimized assembly for 32-bit ARM, by Wladimir J. van der Laan).
39
39
* 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.
0 commit comments