Description
Currently, the MPInt used by the YACL library is not as efficient compared to a highly optimized
Examples Illustrating the Necessity of This Request
-
Some time ago, I integrated the implementation of FastECDLP+sm2 (https://github.com/secretflow/yacl/tree/main/examples/hesm2) into YACL. However, due to the lack of an efficient
$\mathbb{F}_p$ , I had to use MPInt to perform a large number of operations in$\mathbb{F}_p$ , resulting in a performance that was more than ten times slower compared to my implementation in Golang. -
Recently, I have been developing a multi-party computation framework based on
$\mathbb{F}_p$ . If possible, I would like to use YACL for this development. However, the performance of using YACL's MPInt for$\mathbb{F}_p$ operations does not meet my satisfaction.
As I mentioned above,
Activity