elliptic-curve 0.13.8

General purpose Elliptic Curve Cryptography (ECC) support, including types and traits for representing various elliptic curve forms, scalars, points, and public/secret keys composed thereof.
Documentation

elliptic-curve

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

default

  • arithmetic

arithmetic

  • group

group

  • dep:group
  • ff

ff

  • dep:ff

alloc

  • base16ct/alloc
  • ff?/alloc
  • group?/alloc
  • pkcs8?/alloc
  • sec1?/alloc
  • zeroize/alloc

pem

  • dep:pem-rfc7468
  • alloc
  • arithmetic
  • pkcs8
  • sec1/pem

jwk

  • dep:base64ct
  • dep:serde_json
  • alloc
  • serde
  • zeroize/alloc

serde

  • dep:serdect
  • alloc
  • pkcs8
  • sec1/serde

dev

  • arithmetic
  • dep:hex-literal
  • pem
  • pkcs8

std

  • alloc
  • rand_core/std
  • pkcs8?/std
  • sec1?/std

bits

  • arithmetic
  • ff/bits
  • dep:tap

ecdh

  • arithmetic
  • digest
  • dep:hkdf

hash2curve

  • arithmetic
  • digest

pkcs8

  • dep:pkcs8
  • sec1

voprf

  • digest

sec1

  • dep:sec1

digest

  • dep:digest

hazmat

    This feature flag does not enable additional features.