p256 0.14.0

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

default

arithmetic (default)

ecdsa (default)

pem (default)

precomputed-tables (default)

std (default)

sha256 (default)

pkcs8 (default)

alloc (default)

getrandom (default)

digest (default)

sha2 (default)

ecdh

ecdsa-core

group-digest

hash2curve

oprf

serde

serdect

test-vectors