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 =0.11.0-pre.9, 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
Features from optional dependencies
- sha1 implicit feature
-
Enables sha1 =0.11.0-pre.4
optional dependencies
- sha2 implicit feature
-
Enables sha2 =0.11.0-pre.4