Module private_key

Module private_key 

Source
Expand description

SEC1 elliptic curve private key support.

Support for ASN.1 DER-encoded elliptic curve private keys as described in SEC1: Elliptic Curve Cryptography (Version 2.0) Appendix C.4 (p.108):

https://www.secg.org/sec1-v2.pdf

Structsยง

EcPrivateKey
SEC1 elliptic curve private key.

Constantsยง

EC_PARAMETERS_TAG ๐Ÿ”’
Context-specific tag number for the elliptic curve parameters.
PUBLIC_KEY_TAG ๐Ÿ”’
Context-specific tag number for the public key.
VERSION ๐Ÿ”’
ECPrivateKey version.