p256 0.12.0-pre.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
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 21 feature flags, 9 of them enabled by default.

default

  • arithmetic
  • ecdsa
  • pkcs8
  • std

arithmetic

  • elliptic-curve/arithmetic

ecdsa

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

pkcs8

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

std

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

sha256

  • digest
  • sha2

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

pem

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

ecdh

  • arithmetic
  • elliptic-curve/ecdh

bits

  • arithmetic
  • elliptic-curve/bits

hash2curve

  • arithmetic
  • elliptic-curve/hash2curve

voprf

  • elliptic-curve/voprf
  • sha2

test-vectors

  • hex-literal

jwk

  • elliptic-curve/jwk

expose-field

  • arithmetic

hex-literal

    This feature flag does not enable additional features.

ecdsa-core

    This feature flag does not enable additional features.

serdect

    This feature flag does not enable additional features.