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 ๐Ÿ”’
  • 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ยง