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
/
javascript
/
olm_pk.js
Age
Commit message (
Expand
)
Author
2019-04-08
re-add null termination in javascript
Hubert Chathi
2019-04-08
javascript: Switch from deprecated Pointer_stringify() to UTF8toString().
Damir Jelić
2019-03-13
rename functions to be more consistent
Hubert Chathi
2019-02-01
call the right function and remove unnecessary include
Hubert Chathi
2019-01-29
Add signing class to the pk module
David Baker
2018-10-16
zero buffers in the JavaScript bindings
Hubert Chathi
2018-10-05
Merge branch 'master' into dbkr/pk_private_export_import
Hubert Chathi
2018-10-05
fix some code style issues and typos
Hubert Chathi
2018-10-02
Work with PkDecryption keys by their private keys
David Baker
2018-10-01
Call appropriate wrapper function
David Baker
2018-09-21
WebAssembly support!
David Baker
2018-06-28
add functions for pickling/unpickling a decryption object
Hubert Chathi
2018-06-28
add termination
Hubert Chathi
2018-06-27
use the correct method to get the random length
Hubert Chathi
2018-06-27
add initial implementation of basic private key encryption functionality
Hubert Chathi