Cargo Features
Signature has no features set by default.
[dependencies]
signature = { version = "2.3.0-pre.4", features = ["std", "alloc", "derive", "digest", "rand_core"] }
Features from optional dependencies
- derive implicit feature
-
Enables signature_derive
signature_derive:
Custom derive support for the 'signature' crate
- digest implicit feature
-
Enables digest
digest:
Traits for cryptographic hash functions and message authentication codes
Affects
signer::DigestSigner
,verifier::DigestVerifier
,signer::RandomizedDigestSigner
… - rand_core implicit feature
-
Enables rand_core
rand_core:
Core random number generator traits and tools for implementation
Affects
hazmat::RandomizedPrehashSigner
,signer::RandomizedSigner
,signer::RandomizedSignerMut
,signer::RandomizedDigestSigner
…