sec1 0.7.3

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

default

  • der
  • point

der

  • dep:der
  • zeroize

point

  • dep:base16ct
  • dep:generic-array

zeroize

  • dep:zeroize
  • der?/zeroize

alloc

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

pem

  • alloc
  • der/pem
  • pkcs8/pem

std

  • alloc
  • der?/std

subtle

  • dep:subtle

pkcs8

  • dep:pkcs8

serde

  • dep:serdect