p192 0.13.0

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

p192

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

default

  • arithmetic
  • ecdsa
  • pem
  • std

arithmetic

  • dep:primeorder
  • elliptic-curve/arithmetic

ecdsa

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

pem

  • elliptic-curve/pem
  • pkcs8

std

  • alloc
  • elliptic-curve/std

pkcs8

  • elliptic-curve/pkcs8

alloc

  • elliptic-curve/alloc

serde

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

digest

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

test-vectors

  • hex-literal

ecdsa-core

  • dep:ecdsa-core

serdect

  • dep:serdect

hex-literal

  • dep:hex-literal