constantine/constantine
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
..
arithmetic Fr: Finite Field parametrized by the curve order (#115) 2021-01-22 00:09:52 +01:00
config Fr: Finite Field parametrized by the curve order (#115) 2021-01-22 00:09:52 +01:00
curves Fr: Finite Field parametrized by the curve order (#115) 2021-01-22 00:09:52 +01:00
elliptic Implement BW6-761 Endomorphism acceleration (#104) 2020-10-13 23:58:35 +02:00
hash_to_curve BW6-761 part 1 (#100) 2020-10-09 07:51:47 +02:00
hashes SHA256 Hash function 2020-12-15 19:18:36 +01:00
io Fr: Finite Field parametrized by the curve order (#115) 2021-01-22 00:09:52 +01:00
isogeny Implement BW6-761 Endomorphism acceleration (#104) 2020-10-13 23:58:35 +02:00
pairing Fr: Finite Field parametrized by the curve order (#115) 2021-01-22 00:09:52 +01:00
primitives Unify GCC and Clang ASM (#103) 2020-10-11 21:36:16 +02:00
signatures reorg the codebase + add/update READMEs in folders with research (#12) 2020-02-24 10:50:19 +01:00
tower_field_extensions Fr: Finite Field parametrized by the curve order (#115) 2021-01-22 00:09:52 +01:00
arithmetic.nim BLS12-377 (#91) 2020-09-27 09:15:14 +02:00
primitives.nim Double-width tower extension part 1 (#72) 2020-08-20 10:21:39 +02:00
towers.nim Sqrt fp2 acceleration (#109) 2020-12-13 17:08:32 +01:00