traits icon indicating copy to clipboard operation
traits copied to clipboard

`elliptic_curve::SecretKey` supports `to_sec1_der_with_oid`

Open heliannuuthus opened this issue 6 months ago • 3 comments

I see that the to_sec1_der() method currently specifies EcParameters::NamedCurve as Option::None. In the protocol(sec1#114), I see that this field is optional. Can I set it to the correct value or provide another method to return OID?

image

heliannuuthus avatar Aug 15 '24 03:08 heliannuuthus