Expand description
Elliptic curve operations on P-256 & P-384.
Modulesยง
- ECDH key agreement using the P-256 and P-384 curves.
- ops ๐
- private_
key ๐Functionality shared by operations on private keys (ECC keygen and ECDSA signing). - public_
key ๐Functionality shared by operations on public keys (ECDSA verification and ECDH agreement).
Functionsยง
- key_
pair_ ๐from_ bytes - key_
pair_ ๐from_ pkcs8 - key_
pair_ ๐from_ pkcs8_