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
Here we've got 3 solutions in Megcalite, besides duplicating problem in #20, we need to separate the tests for each solution, migrate the tests which are exactly we need, we don't need to test the primitives in each solution, we test the final result, for example, the result of add, mul and paring.
Desc
Here we've got 3 solutions in
Megcalite
, besides duplicating problem in #20, we need to separate the tests for each solution, migrate the tests which are exactly we need, we don't need to test the primitives in each solution, we test the final result, for example, the result ofadd
,mul
andparing
.Benchmark
Here we can see a benchmark chapter in the rust unstable book.
Right after we completed the tests of the three basic functions, we can really do benchmarks for our wrapping work.
The benchmark code above is what we exactly need for our library, well, feeling like pairing 1000 times?
The text was updated successfully, but these errors were encountered: