Generate unit tests for ecp_modp #5945
Labels
component-crypto
Crypto primitives and low-level interfaces
enhancement
size-s
Estimated task size: small (~2d)
Use generate_bignum_tests.py to generate unit tests for the
ecp_modp
function, exploring both nominal cases and edge cases (e.g. 0, P, number with fewer/more limbs, …).This is an internal function, so it does not need to detect invalid arguments. Thus no negative tests are expected.
Prerequisite: #5943, #5921
The text was updated successfully, but these errors were encountered: