You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RSA-KEM is a key encapsulation mechanism for transmitting a randomly generated cryptographic key (e.g. a symmetric key for a hybrid cryptosystem) between parties.
RSA-KEM is a key encapsulation mechanism for transmitting a randomly generated cryptographic key (e.g. a symmetric key for a hybrid cryptosystem) between parties.
We have a trait-based abstraction over KEMs which provides a common API: https://github.com/RustCrypto/traits/tree/master/kem
It would be good to add (possibly optional/feature-gated) support for using the
kem
interface with RSA-KEM.cc @rozbb
The text was updated successfully, but these errors were encountered: