Module ring::ec::suite_b

source ·
Expand description

Elliptic curve operations on P-256 & P-384.

Modules

  • ECDH key agreement using the P-256 and P-384 curves.
  • ops 🔒
  • 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