[go: up one dir, main page]

k256 0.12.0

secp256k1 elliptic curve library written in pure Rust with support for ECDSA signing/verification/public-key recovery, Taproot Schnorr signatures, Elliptic Curve Diffie-Hellman (ECDH), and general-purpose secp256k1 elliptic curve group operations which can be used to implement arbitrary 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 24 feature flags, 12 of them enabled by default.

default

arithmetic (default)

ecdsa (default)

pkcs8 (default)

precomputed-tables (default)

schnorr (default)

std (default)

sha256 (default)

once_cell (default)

This feature flag does not enable additional features.

signature (default)

This feature flag does not enable additional features.

alloc (default)

digest (default)

sha2 (default)

This feature flag does not enable additional features.

bits

critical-section

ecdh

ecdsa-core

This feature flag does not enable additional features.

expose-field

hash2curve

hex-literal

This feature flag does not enable additional features.

jwk

pem

serde

serdect

This feature flag does not enable additional features.

test-vectors