Cargo Features

soteria-rs has no features set by default.

[dependencies]
soteria-rs = { version = "0.3.1", features = ["bls", "ed25519", "elements", "secret-key", "serde", "signing", "x25519"] }
bls = blsful, string-error
ed25519 = ed25519-dalek, string-error
elements = string-error

Enables group

secret-key = elliptic-curve, string-error
serde = serde_bare, string-error

Enables serde

signing = ecdsa, elliptic-curve, string-error, subtle
x25519 = string-error, x25519-dalek

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.

blsful bls?
ed25519-dalek ed25519?
elliptic-curve secret-key? signing?
ecdsa signing?
serde_bare serde?
subtle signing?
string-error bls? ed25519? elements? secret-key? serde? signing? x25519?
x25519-dalek x25519?