Cargo Features

[dependencies]
schnorr-signatures-mirror = { version = "0.5.1", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of ciphersuite-mirror, multiexp-mirror, rand_core, std-shims-mirror, flexible-transcript-mirror, and zeroize

schnorr-signatures-mirror has 2 features without comments.