p384 0.13.0

Pure Rust implementation of the NIST P-384 (a.k.a. secp384r1) elliptic curve as defined in SP 800-186 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

  • dep:sha2

serde

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

hash2curve

  • arithmetic
  • elliptic-curve/hash2curve

voprf

  • elliptic-curve/voprf
  • sha2

bits

  • arithmetic
  • elliptic-curve/bits

hex-literal

  • dep:hex-literal

test-vectors

  • hex-literal

expose-field

  • arithmetic

ecdsa-core

  • dep:ecdsa-core

serdect

  • dep:serdect

jwk

  • elliptic-curve/jwk