sec1 0.3.0

Pure Rust implementation of SEC1: Elliptic Curve Cryptography encoding formats including ASN.1 DER-serialized private keys as well as the Elliptic-Curve-Point-to-Octet-String encoding
Documentation

sec1

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, 5 of them enabled by default.

default

  • der
  • point

der

    This feature flag does not enable additional features.

point

  • base16ct
  • generic-array

base16ct

    This feature flag does not enable additional features.

generic-array

    This feature flag does not enable additional features.

alloc

  • der/alloc
  • pkcs8/alloc
  • zeroize/alloc

pem

  • alloc
  • der/pem
  • pkcs8/pem

std

  • der/std
  • alloc

serde

  • serdect

zeroize

    This feature flag does not enable additional features.

pkcs8

    This feature flag does not enable additional features.

subtle

    This feature flag does not enable additional features.

serdect

    This feature flag does not enable additional features.