How to generate 33-byte compressed NIST P-256 public key?
问题 I need to generate such public key and do the additional signing of the bytes (which will include this generated previously key) I need to construct bytes of: ASN.1 prefix + signature of (33-byte compressed NIST P-256 public key) The signature should be delivered from other defined private key The ECDSA specifications: ● Curve: NIST P-256 Otherwise known as secp256r1 and prime256v1 (openssl) ● Signature format ASN.1. The r and s values of the ECDSA signature must be positive integers, and DER