k256 0.9.5

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

default

  • arithmetic
  • ecdsa
  • pkcs8
  • sha256
  • std

arithmetic

  • elliptic-curve/arithmetic

ecdsa

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

pkcs8

  • elliptic-curve/pkcs8
  • zeroize

sha256

  • digest
  • sha2

std

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

digest

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

zeroize

  • elliptic-curve/zeroize

sha2

    This feature flag does not enable additional features.

ecdh

  • arithmetic
  • elliptic-curve/ecdh
  • zeroize

bits

  • arithmetic
  • elliptic-curve/bits

pem

  • elliptic-curve/pem
  • pkcs8

keccak256

  • digest
  • sha3

jwk

  • elliptic-curve/jwk

expose-field

  • arithmetic

test-vectors

  • hex-literal

hex-literal

    This feature flag does not enable additional features.

force-32-bit

    This feature flag does not enable additional features.

sha3

    This feature flag does not enable additional features.

ecdsa-core

    This feature flag does not enable additional features.

field-montgomery

    This feature flag does not enable additional features.