k256 0.10.0

secp256k1 elliptic curve library written in pure Rust with support for ECDSA signing/verification (including Ethereum-style signatures with public-key recovery), Elliptic Curve Diffie-Hellman (ECDH), and general purpose secp256k1 curve arithmetic useful for implementing arbitrary group-based protocols.
Documentation

k256

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

default

  • arithmetic
  • ecdsa
  • pkcs8
  • sha256
  • std

arithmetic

  • elliptic-curve/arithmetic

ecdsa

  • arithmetic
  • digest
  • ecdsa-core/sign
  • ecdsa-core/verify

pkcs8

  • elliptic-curve/pkcs8

sha256

  • digest
  • sha2

std

  • ecdsa-core/std
  • elliptic-curve/std

digest

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

sha2

    This feature flag does not enable additional features.

pem

  • elliptic-curve/pem
  • ecdsa-core/pem
  • pkcs8

serde

  • ecdsa-core/serde
  • elliptic-curve/serde
  • sec1/serde

keccak256

  • digest
  • sha3

ecdh

  • arithmetic
  • elliptic-curve/ecdh

bits

  • arithmetic
  • elliptic-curve/bits

expose-field

  • arithmetic

jwk

  • elliptic-curve/jwk

test-vectors

  • hex-literal

hex-literal

    This feature flag does not enable additional features.

ecdsa-core

    This feature flag does not enable additional features.

sha3

    This feature flag does not enable additional features.