Skip to content

Commit

Permalink
make halfagg module default NO
Browse files Browse the repository at this point in the history
  • Loading branch information
b-wagn committed Oct 25, 2023
1 parent 688fef8 commit 4772930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ AC_ARG_ENABLE(module_schnorrsig,

AC_ARG_ENABLE(module_schnorrsig_halfagg,
AS_HELP_STRING([--enable-module-schnorrsig-halfagg],[enable schnorrsig half-aggregation module (experimental) [default=no]]), [],
[SECP_SET_DEFAULT([enable_module_schnorrsig_halfagg], [yes], [yes])])
[SECP_SET_DEFAULT([enable_module_schnorrsig_halfagg], [no], [yes])])

AC_ARG_ENABLE(module_ellswift,
AS_HELP_STRING([--enable-module-ellswift],[enable ElligatorSwift module [default=yes]]), [],
Expand Down

0 comments on commit 4772930

Please sign in to comment.