aboutsummaryrefslogtreecommitdiff
path: root/python/olm/utility.py
AgeCommit message (Expand)Author
2020-11-05Convert to sibs projectHEADmasterdec05eba
2019-06-18olm: Allow decryption functions to define how to handle unicode decode errors.Damir Jelić
2019-04-02python: Expose the sha256() function in the utilities.Damir Jelić
2019-01-23python: Turn the signature buffer into a bytearray.Damir Jelić
2018-10-16overwrite buffers that may contain sensitive dataHubert Chathi
2018-10-15add license headers to python bindingsHubert Chathi
2018-07-18python: Import improved python bindings.Damir Jelić
2018-07-18python: Remove the python bindings.Damir Jelić
2017-04-24Add utility module to olm/python - for ed25519_verifypik