p384 0.11.2

Pure Rust implementation of the NIST P-384 (a.k.a. secp384r1) elliptic curve with support for ECDH, ECDSA signing/verification, and general purpose curve arithmetic support.
Documentation

p384

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 20 feature flags, 10 of them enabled by default.

default

  • arithmetic
  • ecdh
  • ecdsa
  • pem
  • std

arithmetic

  • elliptic-curve/arithmetic
  • elliptic-curve/digest

ecdh

  • arithmetic
  • elliptic-curve/ecdh

ecdsa

  • arithmetic
  • ecdsa-core/sign
  • ecdsa-core/verify
  • sha384

pem

  • elliptic-curve/pem
  • ecdsa-core/pem
  • pkcs8

std

  • ecdsa-core/std
  • elliptic-curve/std

sha384

  • digest
  • sha2

pkcs8

  • ecdsa-core/pkcs8
  • elliptic-curve/pkcs8

digest

  • ecdsa-core/digest
  • ecdsa-core/hazmat

sha2

    This feature flag does not enable additional features.

serde

  • ecdsa-core/serde
  • elliptic-curve/serde
  • serdect

bits

  • arithmetic
  • elliptic-curve/bits

hash2curve

  • arithmetic
  • elliptic-curve/hash2curve

voprf

  • elliptic-curve/voprf
  • sha2

test-vectors

  • hex-literal

expose-field

  • arithmetic

jwk

  • elliptic-curve/jwk

serdect

    This feature flag does not enable additional features.

ecdsa-core

    This feature flag does not enable additional features.

hex-literal

    This feature flag does not enable additional features.