MCPcopy Create free account
hub / github.com/ElementsProject/elements / run_ecmult_const_tests

Function run_ecmult_const_tests

src/secp256k1/src/tests.c:4758–4764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4756}
4757
4758static void run_ecmult_const_tests(void) {
4759 ecmult_const_mult_zero_one();
4760 ecmult_const_random_mult();
4761 ecmult_const_commutativity();
4762 ecmult_const_chain_multiply();
4763 ecmult_const_mult_xonly();
4764}
4765
4766typedef struct {
4767 secp256k1_scalar *sc;

Callers 1

mainFunction · 0.85

Calls 5

ecmult_const_random_multFunction · 0.85
ecmult_const_mult_xonlyFunction · 0.85

Tested by

no test coverage detected