p384 0.12.0

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 21 feature flags, 11 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/signing
  • ecdsa-core/verifying
  • sha384

pem

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

std

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

sha384

  • digest
  • sha2

pkcs8

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

alloc

  • ecdsa-core?/alloc
  • elliptic-curve/alloc

digest

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

sha2

    This feature flag does not enable additional features.

serde

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

voprf

  • elliptic-curve/voprf
  • sha2

bits

  • arithmetic
  • elliptic-curve/bits

hash2curve

  • arithmetic
  • elliptic-curve/hash2curve

jwk

  • elliptic-curve/jwk

expose-field

  • arithmetic

test-vectors

  • hex-literal

serdect

    This feature flag does not enable additional features.

hex-literal

    This feature flag does not enable additional features.

ecdsa-core

    This feature flag does not enable additional features.