allow reducing surjection proof size (to lower generation stack usage)

This commit is contained in:
Roman Zeyde
2019-05-30 09:04:40 +03:00
committed by Tim Ruffing
parent 56f69d979f
commit bd70820123
4 changed files with 32 additions and 4 deletions

View File

@@ -666,8 +666,7 @@ void run_surjection_tests(void) {
test_input_selection(0);
test_input_selection(1);
test_input_selection(5);
test_input_selection(100);
test_input_selection(SECP256K1_SURJECTIONPROOF_MAX_N_INPUTS);
test_input_selection(SECP256K1_SURJECTIONPROOF_MAX_USED_INPUTS);
test_input_selection_distribution();
test_gen_verify(10, 3);