Cargo Features
[dependencies]
rsa_heapless = { version = "0.1.4", default-features = false, features = ["std", "hazmat", "getrandom", "serde", "wycheproof", "sha1", "sha2"] }
- default = std
-
The
std
feature is set by default wheneverrsa_heapless
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of digest, pkcs1, pkcs8, rand_core ^0.6.4, and signature =2.3.0-pre.4
signature:
TODO: remove this feature in the next breaking release
- hazmat
-
Affects
rsa_heapless::hazmat
… - getrandom
-
Enables getrandom of rand_core ^0.6.4
- serde
- pem pkcs5 wycheproof