tlsfuzzer / python-ecdsa

pure-python ECDSA signature/verification and ECDH key agreement
Other
906 stars 311 forks source link

tighter bounds for hypothesis parameters #308

Closed tomato42 closed 1 year ago

tomato42 commented 1 year ago

Use tighter bounds of hypothesis strategies, fixes #307

hroncok commented 1 year ago

It fixes the problem indeed. Thanks.