Skip to content

Commit 4742310

Browse files
committed
replace the asm implementation for mul/square inner
1 parent d38ab07 commit 4742310

File tree

2 files changed

+330
-491
lines changed

2 files changed

+330
-491
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Implementation details
3434
* Expose only higher level interfaces to minimize the API surface and improve application security. ("Be difficult to use insecurely.")
3535
* Field operations
3636
* 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).
3838
* Using 10 26-bit limbs (including hand-optimized assembly for 32-bit ARM, by Wladimir J. van der Laan).
3939
* 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.
4040
* Scalar operations

0 commit comments

Comments
 (0)