Cargo Features

sha3-utils has no features set by default.

[dependencies]
sha3-utils = { version = "0.4.0", features = ["alloc", "no-panic", "std"] }
alloc

Enable alloc support.

Currently unused.

no-panic

Enables no-panic

std

Enable std support.

Currently unused.