Closed BenjaminMickler closed 1 year ago
As well as exchanging keys, I need to encrypt a small amount of data. Is it possible to encrypt something like b"test data" using this library? I am currently doing this with RSA but am looking for a post quantum alternative.
b"test data"
As well as exchanging keys, I need to encrypt a small amount of data. Is it possible to encrypt something like
b"test data"
using this library? I am currently doing this with RSA but am looking for a post quantum alternative.