Cargo Features

sha3-kmac has no features set by default.

[dependencies]
sha3-kmac = { version = "0.2.3", features = ["alloc", "std"] }
alloc

Enable alloc support.

Currently unused.

Enables alloc of sha3-utils

std

Enable std support.

Enables std of sha3 and sha3-utils