Generate unit tests for modp methods #5944
Labels
component-crypto
Crypto primitives and low-level interfaces
enhancement
size-m
Estimated task size: medium (~1w)
Use
generate_bignum_tests.py
to generate unit tests for themodp
methods defined inecp_curves.c
, exploring both nominal cases and edge cases (e.g. 0,P
, number with fewer/more limbs, …).These are internal functions, so they do 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: