k256 0.7.2

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

default

  • arithmetic
  • pkcs8
  • std

arithmetic

  • elliptic-curve/arithmetic

pkcs8

  • elliptic-curve/pkcs8
  • zeroize

std

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

zeroize

  • elliptic-curve/zeroize

ecdsa

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

pem

  • elliptic-curve/pem
  • pkcs8

sha256

  • digest
  • sha2

ecdh

  • elliptic-curve/ecdh
  • zeroize

keccak256

  • digest
  • sha3

digest

  • elliptic-curve/digest
  • ecdsa-core/digest

expose-field

  • arithmetic

test-vectors

  • hex-literal

ecdsa-core

    This feature flag does not enable additional features.

sha3

    This feature flag does not enable additional features.

sha2

    This feature flag does not enable additional features.

hex-literal

    This feature flag does not enable additional features.

force-32-bit

    This feature flag does not enable additional features.

field-montgomery

    This feature flag does not enable additional features.