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
While generating key via api call
openssl.GenerateECKey(), the generation is success
when decoding the key via asn1.1 i found there is no curve id in key asn1 dump.
When when i generate key using go or openssl, the key asn1 dump shows curve id.
I need to write my own wrapper function.
The text was updated successfully, but these errors were encountered:
While generating key via api call
openssl.GenerateECKey(), the generation is success
when decoding the key via asn1.1 i found there is no curve id in key asn1 dump.
When when i generate key using go or openssl, the key asn1 dump shows curve id.
I need to write my own wrapper function.
The text was updated successfully, but these errors were encountered: