hpke-rs icon indicating copy to clipboard operation
hpke-rs copied to clipboard

Pure Rust implementation of HPKE (https://www.rfc-editor.org/rfc/rfc9180.html)

Results 3 hpke-rs issues
Sort by recently updated
recently updated
newest added

We either relies on the crypto provider to generate randomness or uses `rand::rngs::OsRng` for generating randomness. The latter is cryptographically secure but not ideal because it taps into the OS...

enhancement

P384 and P521 are not supported by evercrypt yet. But it would be nice to support them here through some other implementation.

help wanted