-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gives a nice 15% perf bump on bn precompiles!
- Loading branch information
1 parent
cbc5ec9
commit a12a73c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nim-bncurve
updated
15 files
+3 −2 | .github/workflows/ci.yml | |
+2 −1 | .gitignore | |
+45 −0 | benchmarks/bench.nim | |
+8 −10 | bncurve.nimble | |
+183 −171 | bncurve/arith.nim | |
+4 −5 | bncurve/fp.nim | |
+2 −2 | bncurve/fq2.nim | |
+0 −2 | bncurve/groups.nim | |
+1 −0 | tests/all_tests.nim | |
+173 −172 | tests/tarith.nim | |
+19 −18 | tests/tether.nim | |
+108 −107 | tests/tfields.nim | |
+36 −35 | tests/tgroups.nim | |
+24 −23 | tests/tpairing.nim | |
+70 −71 | tests/tvectors.nim |