We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31039b4 commit da44d14Copy full SHA for da44d14
src/ecdsa/test_malformed_sigs.py
@@ -282,7 +282,7 @@ def st_der():
282
of a valid DER structure, sequence of valid DER objects or a constructed
283
encoding of any of the above.
284
"""
285
- return st.recursive(
+ return st.recursive( # pragma: no branch
286
st.just(b"")
287
| st_der_integer(max_value=2**4096)
288
| st_der_bit_string(max_size=1024**2)
0 commit comments