p256 0.13.2

Pure Rust implementation of the NIST P-256 (a.k.a. secp256r1, prime256v1) elliptic curve as defined in SP 800-186, with support for ECDH, ECDSA signing/verification, and general purpose curve arithmetic
Documentation

p256

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
  • ecdsa
  • pem
  • std

arithmetic

  • dep:primeorder
  • elliptic-curve/arithmetic

ecdsa

  • arithmetic
  • ecdsa-core/signing
  • ecdsa-core/verifying
  • sha256

pem

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

std

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

sha256

  • 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
  • primeorder?/serde
  • serdect

hash2curve

  • arithmetic
  • elliptic-curve/hash2curve

bits

  • arithmetic
  • elliptic-curve/bits

voprf

  • elliptic-curve/voprf
  • sha2

ecdh

  • arithmetic
  • elliptic-curve/ecdh

serdect

  • dep:serdect

expose-field

  • arithmetic

jwk

  • elliptic-curve/jwk

ecdsa-core

  • dep:ecdsa-core

test-vectors

  • dep:hex-literal