You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Even though ParseECPrivateKey can parse a key generated via ecdsa.GenerateKey(elliptic.P256(), rand.Reader) with no issues it fails for me when I feed it with a key generated using
This generates a ***********x509: failed to parse EC private key: asn1: structure error: tags don't match (16 vs {class:0 tag:6 length:5 isCompound:false}) {optional:false explicit:false application....