You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need the ECDSA-Sig-Value for der encoding. This currently lives in the ecdsa crate. However, there's no lightweight way to get this type. Attempting to depend on ecdsa with minimal features looks like this:
It may be possible to make the digest crate optional, but the generics for curve-specific serialized sizes are all built around the elliptic-curve crate, so eliminating that would require some pretty major restructuring of how the ecdsa crate works which would likely incur negative usability impacts
I need the ECDSA-Sig-Value for der encoding. This currently lives in the ecdsa crate. However, there's no lightweight way to get this type. Attempting to depend on ecdsa with minimal features looks like this:
That's quite a large dependency tree just for ECDSA-Sig-Value.
The text was updated successfully, but these errors were encountered: