Cargo Features
[dependencies]
pinocchio-pubkey = { version = "0.3.0", default-features = false, features = ["const"] }
- default = const
-
The
constfeature is set by default wheneverpinocchio-pubkeyis added withoutsomewhere in the dependency tree.default-features = false - const default
-
Enables five8_const ^0.1.4 and sha2-const-stable
Affects
pinocchio-pubkey::reexport,pinocchio-pubkey::derive_address_const,pinocchio-pubkey::from_str…