We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414ab6c commit 6f487ccCopy full SHA for 6f487cc
tss-esapi/README.md
@@ -28,6 +28,9 @@ The crate currently offers the following features:
28
on top of the basic Rust-native ESAPI API provided by the crate. This feature
29
can be turned off to reduce the number of dependencies built.
30
* `serde` - enable serde `Serialize`/`Deserialize` traits for types.
31
+* `rustcrypto-full` (disabled by default) - provides conversion from all
32
+ supported elliptic curves, rsa or hashes.
33
+ Support for individual hash, rsa or curves can be pulled individually.
34
35
## Cross compiling
36
0 commit comments