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
Are you planning to add more ECDSA algorithms such as ES256K (curve secp256k1)? I looked into ring which currently only seems to support ES256 and ES384. Seems like RustCrypto/elliptic-curves would support it, but I reckon that you would not consider adding the additional k256 crate at this point.
The text was updated successfully, but these errors were encountered:
Are you planning to add more ECDSA algorithms such as
ES256K
(curvesecp256k1
)? I looked into ring which currently only seems to supportES256
andES384
. Seems like RustCrypto/elliptic-curves would support it, but I reckon that you would not consider adding the additional k256 crate at this point.The text was updated successfully, but these errors were encountered: