k256 0.11.1

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

default

  • arithmetic
  • ecdsa
  • pkcs8
  • std

arithmetic

  • elliptic-curve/arithmetic

ecdsa

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

pkcs8

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

std

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

sha256

  • digest
  • sha2

digest

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

sha2

    This feature flag does not enable additional features.

pem

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

serde

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

schnorr

  • arithmetic
  • sha256

keccak256

  • digest
  • sha3

ecdh

  • arithmetic
  • elliptic-curve/ecdh

hash2curve

  • arithmetic
  • elliptic-curve/hash2curve

bits

  • arithmetic
  • elliptic-curve/bits

test-vectors

  • hex-literal

expose-field

  • arithmetic

jwk

  • elliptic-curve/jwk

serdect

    This feature flag does not enable additional features.

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.