How to use (py)NaCl/libsodium for key wrap, key encapsulation
We want to wrap / encapsulate
a symmetric key with an asymmetric keypair,
a symmetric key with a symmetric key,
a private key with a symmetric key.
In each case, we’d like to allow several keys to be wrapped / encapsulated with the same … Continue reading How to use (py)NaCl/libsodium for key wrap, key encapsulation