Cargo Features

[dependencies]
sidh = { version = "0.2.3", default-features = false, features = ["std", "nightly", "bench"] }
default = std

The std feature is set by default whenever sidh is added without default-features = false somewhere in the dependency tree.

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

Enables nightly of subtle

subtle:

DEPRECATED: As of 2.4.1, this feature does nothing.

bench

SIDH has 4 features without comments.