Cargo Features
[dependencies]
sidh = { version = "0.2.3", default-features = false, features = ["std", "nightly", "bench"] }
- default = std
-
The
std
feature is set by default wheneversidh
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of rand, rand_core, and subtle
rand:
Option (enabled by default): without "std" rand uses libcore; this option enables functionality expected to be available on a standard platform.
- nightly
-
subtle:
DEPRECATED: As of 2.4.1, this feature does nothing.
- bench
SIDH has 4 features without comments.