UsageAdd this to your Cargo.toml[dependencies] scryptenc = "0.9.9"Crate featuresallocEnables features that require an allocator. This is enabled by default (implied by std).stdEnables features that depend on the standard library. This is enabled by default.serdeEnables serialization support for Params.no_std supportThis supports no_std mode. Disables the default feature to enable this.