Cargo Features

Oblivion has no features set by default.

[dependencies]
oblivion = { version = "2.1.1", features = ["perf", "unsafe", "pyo3", "serde", "bench"] }
perf
unsafe = elliptic-curve, p256

Affects packet::OKE, generator::generate_key_pair

pyo3

Enables pyo3

Optional

Affects exceptions::PyOblivionException

serde

Enables serde

bench

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

elliptic-curve unsafe?
p256 unsafe?