franziskuskiefer / hpke-rs

Pure Rust implementation of HPKE (https://www.rfc-editor.org/rfc/rfc9180.html)
28 stars 14 forks source link

hpks-rs-crypto: simplify Cargo.toml #47

Closed japaric closed 7 months ago

japaric commented 7 months ago

I was looking into adding no-std support to this family of crates and noticed the hpks-rs-crypto crate has a few unused dependencies and could directly use rand_core