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_ ๐