2 Commits

Author SHA1 Message Date
Tony Arcieri e0c357392c ecdsa: remove TryFrom/TryInto imports (#454) (#386)
Now that we've upgraded to Rust 2021 edition, these are now available
via the prelude, making explicit imports redundant.
2021-10-21 17:19:28 -06:00
Tony Arcieri 7f3aedd6ca ecdsa: replace CheckSignatureBytes with Order (#281)
Uses a generic implementation for checking that the scalars in a
signature are in range which doesn't require a curve arithmetic backend.
2021-04-21 11:30:29 -07:00