Cargo Features
[dependencies]
schnorr_fun = { version = "0.10.0", default-features = false, features = ["std", "alloc", "bincode", "serde", "libsecp_compat", "libsecp_compat_0_27", "libsecp_compat_0_28", "share_backup", "proptest"] }
- default = std
-
The
std
feature is set by default wheneverschnorr_fun
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of secp256kfun
- alloc std
-
Enables alloc of secp256kfun
Affects
schnorr_fun::musig
,schnorr_fun::frost
… - bincode
-
Enables bincode of secp256kfun
- serde
-
Enables serde of secp256kfun
- libsecp_compat = libsecp_compat_0_28
-
Enables libsecp_compat of secp256kfun
- libsecp_compat_0_27
-
Enables libsecp_compat_0_27 of secp256kfun
- libsecp_compat_0_28 libsecp_compat?
-
Enables libsecp_compat_0_28 of secp256kfun
-
Enables bech32 ^0.9
Affects
schnorr_fun::share_backup
… - proptest
-
Enables proptest of secp256kfun