AztecProtocol / aztec-2.0

C++ elliptic curve library
134 stars 37 forks source link

extended pippenger block size #27

Closed zac-williamson closed 4 years ago

zac-williamson commented 4 years ago

having a max multi-exp size of 2^20 is insufficient for large circuits.

compile time parameter -DPIPPENGER_BLOCK_SIZE=X can be used to extend the block size of 2^26

parameter X is log2(num points)

e.g. cmake .. -DPIPPENGER_BLOCK_SIZE=26