-
- Downloads
python: Add PK bindings.
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>
Showing
- python/Makefile 9 additions, 3 deletionspython/Makefile
- python/olm/__init__.py 7 additions, 0 deletionspython/olm/__init__.py
- python/olm/pk.py 346 additions, 0 deletionspython/olm/pk.py
- python/olm_build.py 4 additions, 0 deletionspython/olm_build.py
- python/tests/pk_test.py 49 additions, 0 deletionspython/tests/pk_test.py
python/olm/pk.py
0 → 100644
python/tests/pk_test.py
0 → 100644
Please register or sign in to comment