Files
Signal-Desktop/js
lilia 39505c81b1 Finish up webcrypto integration, Fixes #72
We now correctly and opportunistically use the webcrypto API if
available, polyfilling if it's not detected. This change also includes a
layer of abstraction over the webcrypto interface so we no longer have
to deal with key-imports or algorithm names all over the place. Since we
no longer support AES-CTR, code outside this file can simply call
`textsecure.subtle.<encrypt|decrypt|sign>(key, data [, iv])`.
2014-10-26 20:29:10 -07:00
..
2014-10-26 00:30:20 -07:00
2014-10-25 19:48:54 -07:00
2014-10-25 23:07:14 -07:00
2014-10-25 18:12:20 -07:00
2014-10-26 03:44:55 -07:00