Cargo Features

[dependencies]
secret-utils = { version = "0.2.2", default-features = false, features = ["alloc", "std"] }
default = alloc

Default to alloc-enabled, no_std-friendly configuration.

alloc default std?

Affects secret-utils::wrappers.SecretBytes, secret-utils::wrappers.SecretKey

std = alloc

Convenience feature to opt into std if desired by dependents.