index
:
libolm
master
Implementation of the olm and megolm cryptographic ratchets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
android
/
olm-sdk
/
src
/
main
/
java
/
org
Age
Commit message (
Expand
)
Author
2019-04-30
improve some comments
Benoit Marty
2019-04-10
Return string instead of byte array for b64 encoded data
Valere
2019-04-10
Added macLongKdf support
Valere
2019-04-10
E2E: SAS Verification (olm)
Valere
2019-04-04
add missing OlmPkSigning class
Hubert Chathi
2019-03-20
add Android bindings for PK signing
Hubert Chathi
2018-10-23
expose the private key length in the Android sdk
Hubert Chathi
2018-10-19
add functions for dealing with private keys directly
Hubert Chathi
2018-10-19
more and improved buffer sanitising for Android bindings
Hubert Chathi
2018-10-12
clear out plaintext buffers in Android SDK where possible
Hubert Chathi
2018-06-27
add initial version of Android wrapper for public key API
Hubert Chathi
2018-06-27
Fix null pointer dereference
Benoit Marty
2017-03-02
Android : improve the version number management (#46)
Yannick LE COLLEN
2017-01-18
Android: Add wrappers for export/import of inbound group sessions
Yannick LE COLLEN
2017-01-10
Move the android project from /Java/Android/OlmLibSdk
ylecollen