Cargo Features

[dependencies]
reddsa = { version = "0.5.1", default-features = false, features = ["std", "alloc", "nightly", "frost"] }
std default frost? = alloc, serde, thiserror, zeroize

conditional compilation for serde not complete (issue #9)

Enables std of blake2b_simd

default = std

The std feature is set by default whenever reddsa is added without default-features = false somewhere in the dependency tree.

alloc std = hex

Affects reddsa::batch

nightly
frost = frost-rerandomized, std

Affects reddsa::frost

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.

hex alloc?
serde std
thiserror std
frost-rerandomized frost?

Enables frost-rerandomized ^0.6.0

zeroize std