Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
HACK: Disable static precomputation to make build work
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Mar 14, 2019
1 parent dd155dd commit f8b5bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConscript.firmware
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ CPPDEFINES_MOD += [
'USE_SCALAR_INV_BUILTIN',
'USE_FIELD_10X26',
'USE_SCALAR_8X32',
'USE_ECMULT_STATIC_PRECOMPUTATION',
# 'USE_ECMULT_STATIC_PRECOMPUTATION',
'USE_EXTERNAL_DEFAULT_CALLBACKS',
('ECMULT_WINDOW_SIZE', '8'),
'ENABLE_MODULE_GENERATOR',
Expand Down

0 comments on commit f8b5bbc

Please sign in to comment.