constantine/benchmarks
Mamy Ratsimbazafy 638cb71e16
Fr: Finite Field parametrized by the curve order (#115)
* Introduce Fr type: finite field over curve order. Need workaround for https://github.com/nim-lang/Nim/issues/16774

* Split curve properties into core and derived

* Attach field properties to an instantiated field instead of the curve enum

* Workaround https://github.com/nim-lang/Nim/issues/14021, yet another "working with types in macros" is difficult https://github.com/nim-lang/RFCs/issues/44

* Implement finite field over prime order of a curve subgroup

* skip OpenSSL tests on windows
2021-01-22 00:09:52 +01:00
..
platforms benchmarking skips cycle counting for ARM 2020-04-15 21:24:18 +02:00
bench_blueprint.nim SHA256 Hash function 2020-12-15 19:18:36 +01:00
bench_ec_g1.nim Endomorphism acceleration for BN254-Nogami (#102) 2020-10-10 18:53:48 +02:00
bench_ec_g2.nim Endomorphism acceleration for BN254-Nogami (#102) 2020-10-10 18:53:48 +02:00
bench_elliptic_template.nim SHA256 Hash function 2020-12-15 19:18:36 +01:00
bench_fields_template.nim Fr: Finite Field parametrized by the curve order (#115) 2021-01-22 00:09:52 +01:00
bench_fp.nim Jacobian coordinates (#95) 2020-10-02 00:01:09 +02:00
bench_fp2.nim Jacobian coordinates (#95) 2020-10-02 00:01:09 +02:00
bench_fp4.nim Jacobian coordinates (#95) 2020-10-02 00:01:09 +02:00
bench_fp6.nim Remove unused curves 2020-09-27 13:13:45 +02:00
bench_fp12.nim Remove unused curves 2020-09-27 13:13:45 +02:00
bench_fp_double_width.nim Double-width tower extension part 1 (#72) 2020-08-20 10:21:39 +02:00
bench_pairing_bls12_377.nim BLS12-377 (#91) 2020-09-27 09:15:14 +02:00
bench_pairing_bls12_381.nim Pairings for BN254-Nogami and BN254-Snarks (#86) 2020-09-25 21:58:20 +02:00
bench_pairing_bn254_nogami.nim Pairings for BN254-Nogami and BN254-Snarks (#86) 2020-09-25 21:58:20 +02:00
bench_pairing_bn254_snarks.nim Pairings for BN254-Nogami and BN254-Snarks (#86) 2020-09-25 21:58:20 +02:00
bench_pairing_template.nim SHA256 Hash function 2020-12-15 19:18:36 +01:00
bench_sha256.nim Fix test suite (#116) 2021-01-21 21:25:42 +01:00
platforms.nim Remove outdated TODOs [skip ci] 2020-10-11 21:33:59 +02:00