Cargo Features
Signature has no features set by default.
[dependencies]
signature = { version = "3.0.0-rc.5", features = ["alloc", "rand_core", "digest"] }
- alloc
-
Affects
encoding::SignatureEncoding.to_vec… - rand_core
-
Enables rand_core
Affects
hazmat::RandomizedPrehashSigner,hazmat::AsyncRandomizedPrehashSigner,signer::RandomizedSigner,signer::RandomizedMultipartSigner,signer::RandomizedSignerMut,signer::RandomizedMultipartSignerMut,signer::AsyncRandomizedSigner,signer::RandomizedDigestSigner…