aboutsummaryrefslogtreecommitdiff
path: root/python/tests/pk_test.py
AgeCommit message (Collapse)Author
2019-04-12more isortHubert 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>