aboutsummaryrefslogtreecommitdiff
path: root/python/olm/pk.py
AgeCommit message (Collapse)Author
2019-04-12isort python/olm/pk.pyHubert Chathi
2019-04-08add python bindings for PK signingHubert Chathi
2019-04-08python: Add PK bindings.Damir Jelić
This patch adds bindings to the PK part of the Olm library contained in the pk.h header file. Encryption, decryption as well as pickling/unpickling of the decryption object is supported. Signed-off-by: Damir Jelić <poljar@termina.org.uk>