RustCrypto / KDFs

Collection of Key Derivation Functions written in pure Rust
67 stars 28 forks source link

Remove `alloc` crate feature from `concat-kdf` and `ansi-x963-kdf` #106

Open newpavlov opened 3 weeks ago

newpavlov commented 3 weeks ago

The crate feature is used only for the 3-line convenience functions, which can be easily written by users and probably extremely rarely used in practice.