p224 0.13.2

Pure Rust implementation of the NIST P-224 (a.k.a. secp224r1) elliptic curve as defined in SP 800-186
Documentation

p224

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 15 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
  • sha224

pem

  • elliptic-curve/pem
  • pkcs8

std

  • alloc
  • elliptic-curve/std

sha224

  • digest
  • sha2

pkcs8

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

alloc

  • elliptic-curve/alloc

digest

  • ecdsa-core/digest
  • ecdsa-core/hazmat

sha2

  • dep:sha2

serde

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

ecdh

  • arithmetic
  • elliptic-curve/ecdh

test-vectors

  • dep:hex-literal

ecdsa-core

  • dep:ecdsa-core

serdect

  • dep:serdect