open-quantum-safe / liboqs-python

Python 3 bindings for liboqs
https://openquantumsafe.org/
MIT License
115 stars 40 forks source link

Is it possible to encrypt data? #60

Closed BenjaminMickler closed 1 year ago

BenjaminMickler commented 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.