test: Use ECC_Context helper in bench and fuzz tests

This commit is contained in:
Ryan Ofsky
2024-05-07 08:54:19 -04:00
committed by TheCharlatan
parent 538fedde1d
commit 28905c1a64
15 changed files with 15 additions and 25 deletions

View File

@@ -14,7 +14,7 @@
void initialize_key_io()
{
ECC_Start();
static ECC_Context ecc_context{};
SelectParams(ChainType::MAIN);
}