franziskuskiefer / hpke-rs

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

Make some traits Send + Sync. #18

Closed sayrer closed 3 years ago

sayrer commented 3 years ago

Can these traits add Send? I needed this in another project, but I wasn't sure if its omission was intentional.