File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 - FIELD=32bit ENDOMORPHISM=yes
2121 - BIGNUM=no
2222 - BIGNUM=no ENDOMORPHISM=yes
23- - BIGNUM=no STATICPRECOMPUTATION=yes
23+ - BIGNUM=no STATICPRECOMPUTATION=no
2424 - BUILD=distcheck
2525 - EXTRAFLAGS=CFLAGS=-DDETERMINISTIC
2626matrix :
Original file line number Diff line number Diff line change @@ -98,9 +98,9 @@ AC_ARG_ENABLE(endomorphism,
9898 [ use_endomorphism=no] )
9999
100100AC_ARG_ENABLE ( ecmult_static_precomputation ,
101- AS_HELP_STRING ( [ --enable-ecmult-static-precomputation] ,[ enable precomputed ecmult table for signing (default is no )] ) ,
101+ AS_HELP_STRING ( [ --enable-ecmult-static-precomputation] ,[ enable precomputed ecmult table for signing (default is yes )] ) ,
102102 [ use_ecmult_static_precomputation=$enableval] ,
103- [ use_ecmult_static_precomputation=no ] )
103+ [ use_ecmult_static_precomputation=yes ] )
104104
105105AC_ARG_WITH ( [ field] , [ AS_HELP_STRING ( [ --with-field=64bit|32bit|auto] ,
106106[ Specify Field Implementation. Default is auto] ) ] ,[ req_field=$withval] , [ req_field=auto] )
You can’t perform that action at this time.
0 commit comments