Cargo Features

[dependencies]
ecdsa-flow = { version = "1.0.0", default-features = false, features = ["std", "alloc", "arithmetic", "dev", "digest", "hazmat", "pkcs8", "pem", "sign", "verify"] }
default = digest

The digest feature is set by default whenever ecdsa-flow is added without default-features = false somewhere in the dependency tree.

std = alloc

Enables std of elliptic-curve-flow and signature-flow

alloc std?
arithmetic dev? sign? verify?

Enables arithmetic of elliptic-curve-flow

Affects hazmat::SignPrimitive, hazmat::RecoverableSignPrimitive, hazmat::VerifyPrimitive

dev = arithmetic, digest, hazmat

Enables dev of elliptic-curve-flow

Affects ecdsa-flow::dev

digest default dev? sign? verify?

Enables digest-preview of signature-flow

Affects hazmat::DigestPrimitive, hazmat::FromDigest

hazmat dev? sign? verify?

Affects ecdsa-flow::hazmat

pkcs8 pem? = der

Enables pkcs8 of elliptic-curve-flow

pem = pkcs8

Enables pem of elliptic-curve-flow

sign = arithmetic, digest, hazmat, hmac

Affects ecdsa-flow::rfc6979

verify = arithmetic, digest, hazmat

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

hmac sign?

Enables hmac ^0.11

der pkcs8?

Enables der ^0.4

optional dependencies

Affects ecdsa-flow::der