p256 0.7.0

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

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 14 feature flags, 5 of them enabled by default.

default

  • arithmetic
  • pkcs8
  • std

arithmetic

  • elliptic-curve/arithmetic

pkcs8

  • elliptic-curve/pkcs8
  • zeroize

std

  • elliptic-curve/std

zeroize

  • elliptic-curve/zeroize

ecdsa

  • arithmetic
  • ecdsa-core/sign
  • ecdsa-core/verify
  • sha256
  • zeroize

sha256

  • digest
  • ecdsa-core/hazmat
  • sha2

digest

  • elliptic-curve/digest
  • ecdsa-core/digest

pem

  • elliptic-curve/pem
  • pkcs8

ecdh

  • elliptic-curve/ecdh
  • zeroize

test-vectors

  • hex-literal

ecdsa-core

    This feature flag does not enable additional features.

sha2

    This feature flag does not enable additional features.

hex-literal

    This feature flag does not enable additional features.