Split up signing and verification initialization

This commit is contained in:
Pieter Wuille
2014-09-08 23:09:06 +02:00
parent da556eb772
commit 04e34d18c3
5 changed files with 61 additions and 10 deletions

View File

@@ -704,7 +704,7 @@ int main(int argc, char **argv) {
printf("test count = %i\n", count);
// initialize
secp256k1_start();
secp256k1_start(SECP256K1_START_SIGN | SECP256K1_START_VERIFY);
// num tests
run_num_smalltests();