| 144 | } |
| 145 | |
| 146 | static 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 | |
| 152 | static void random_scalar_order_test(secp256k1_scalar *num) { |
| 153 | do { |
no test coverage detected