elliptic-curve 0.11.4

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

default

  • arithmetic

arithmetic

  • ff
  • group

ff

    This feature flag does not enable additional features.

group

    This feature flag does not enable additional features.

jwk

  • alloc
  • base64ct/alloc
  • serde
  • serde_json
  • zeroize/alloc

pem

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

dev

  • arithmetic
  • hex-literal
  • pem
  • pkcs8

alloc

  • der/alloc
  • sec1/alloc
  • zeroize/alloc

std

  • alloc
  • rand_core/std

bits

  • arithmetic
  • ff/bits

pkcs8

  • sec1/pkcs8

ecdh

  • arithmetic

sec1

    This feature flag does not enable additional features.

hex-literal

    This feature flag does not enable additional features.

base64ct

    This feature flag does not enable additional features.

serde_json

    This feature flag does not enable additional features.

pem-rfc7468

    This feature flag does not enable additional features.

hazmat

    This feature flag does not enable additional features.

serde

    This feature flag does not enable additional features.