Remove NaCL!

This commit is contained in:
Matt Corallo 2015-01-14 11:21:54 -10:00
parent 2eac191a6a
commit e7f3e52b6c
216 changed files with 11 additions and 1804 deletions

View file

@ -18,10 +18,6 @@
window.assert = chai.assert;
describe("Crypto", function() {
if (window.textsecure.nativeclient) {
it("supports Native Client", function() {});
}
describe("Encrypt AES-CBC", function() {
it('works', function(done) {
var key = hexToArrayBuffer('603deb1015ca71be2b73aef0857d77811f352c073b6108d72d9810a30914dff4');