rozbb / rust-hpke

An implementation of the HPKE hybrid encryption standard (RFC 9180)
Other
62 stars 31 forks source link

Basic traits for keypairs #42

Closed rozbb closed 1 year ago

rozbb commented 1 year ago

Debug and Eq are now required for PublicKey. And Eq is now required for PrivateKey

Supercedes #38