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

Function random_gej_test

src/secp256k1/src/tests.c:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146static void random_gej_test(secp256k1_gej *gej) {
147 secp256k1_ge ge;
148 random_group_element_test(&ge);
149 random_group_element_jacobian_test(gej, &ge);
150}
151
152static void random_scalar_order_test(secp256k1_scalar *num) {
153 do {

Callers 1

run_gejFunction · 0.85

Tested by

no test coverage detected