Cargo Features

strobe-rs has no features set by default.

[dependencies]
strobe-rs = { version = "0.10.0", features = ["std", "asm", "serialize_secret_state"] }
std
asm

Enables asm of keccak

keccak:

Use optimized assembly when available (currently only ARMv8)

serialize_secret_state = serde, serde-big-array

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.

serde serialize_secret_state?
serde-big-array serialize_secret_state?

Enables serde-big-array ^0.4