Cargo Features

[dependencies]
dkg-mirror = { version = "0.5.1", default-features = false, features = ["std", "borsh", "tests"] }
default = std

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

std default = thiserror

Enables serialize and std of dleq-mirror, batch and std of multiexp-mirror, std of rand_core, schnorr-signatures-mirror, std-shims-mirror, and flexible-transcript-mirror, std of chacha20, ciphersuite-mirror, and optional borsh

Affects dkg-mirror::encryption, dkg-mirror::pedpop, dkg-mirror::promote, musig::musig

borsh

Enables borsh

tests

Enables getrandom of rand_core

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.

thiserror std