signal-desktop/js
lilia af48ca9e4b Update libaxolotl, remove one string conversion
Previously we would convert a bytebuffer to a string, pass it to
libaxolotl where it would be parsed back into a bytebuffer.

Ideally we would just pass the bytebuffer, but it turns out that
libaxolotl's bytebyffer class is identical but separate from
libtextsecure's bytebuffer class. ¯\_(ツ)_/¯

So instead we pass the underlying array buffer, which is handled
more or less the same way as a bytebuffer, and most importantly,
does not involve any copying.

// FREEBIE
2015-07-20 14:24:19 -07:00
..
models Mark end session messages sent 2015-07-16 12:14:09 -07:00
views Let key verification view use array buffers 2015-07-16 12:14:09 -07:00
axolotl_store.js
background.js Reconnect once a minute if internet is down 2015-07-16 14:56:37 -07:00
bimap.js
chromium.js
components.js
conversation_panel.js
database.js
index.js
libaxolotl-worker.js
libphonenumber-util.js
libtextsecure.js Update libaxolotl, remove one string conversion 2015-07-20 14:24:19 -07:00
notifications.js
options.js
panel_controller.js
register.js
storage.js