[go: up one dir, main page]

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

default

arithmetic (default)

pkcs8 (default)

std (default)

zeroize (default)

digest

ecdh

ecdsa

ecdsa-core

This feature flag does not enable additional features.

expose-field

field-montgomery

This feature flag does not enable additional features.

force-32-bit

This feature flag does not enable additional features.

hex-literal

This feature flag does not enable additional features.

keccak256

pem

sha2

This feature flag does not enable additional features.

sha256

sha3

This feature flag does not enable additional features.

test-vectors