Files
Desktop/libtextsecure
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
..
2015-07-06 12:45:09 -07:00
2015-07-13 13:03:42 -07:00
2015-01-14 11:39:36 -10:00
2015-06-25 13:24:32 -07:00
2015-05-15 11:39:22 -07:00
2015-05-07 17:43:30 -07:00
2015-06-26 12:23:57 -07:00
2015-04-15 15:38:57 -07:00