diff --git a/Gruntfile.js b/Gruntfile.js
index beca1267..b9e19b63 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -39,7 +39,7 @@ module.exports = function(grunt) {
},
src: [
'libtextsecure/errors.js',
- 'libtextsecure/libaxolotl.js',
+ 'libtextsecure/libsignal-protocol.js',
'libtextsecure/axolotl_wrapper.js',
'libtextsecure/crypto.js',
@@ -86,7 +86,7 @@ module.exports = function(grunt) {
'Gruntfile.js',
'js/**/*.js',
'!js/libtextsecure.js',
- '!js/libaxolotl-worker.js',
+ '!js/libsignal-protocol-worker.js',
'!js/components.js',
'!js/signal_protocol_store.js',
'_locales/**/*'
@@ -146,7 +146,7 @@ module.exports = function(grunt) {
'Gruntfile',
'js/**/*.js',
'!js/libtextsecure.js',
- '!js/libaxolotl-worker.js',
+ '!js/libsignal-protocol-worker.js',
'!js/components.js',
'test/**/*.js',
'!test/blanket_mocha.js',
diff --git a/js/libaxolotl-worker.js b/js/libsignal-protocol-worker.js
similarity index 100%
rename from js/libaxolotl-worker.js
rename to js/libsignal-protocol-worker.js
diff --git a/js/libtextsecure.js b/js/libtextsecure.js
index 2de1e16e..77301baf 100644
--- a/js/libtextsecure.js
+++ b/js/libtextsecure.js
@@ -35334,7 +35334,7 @@ axolotlInternal.RecipientRecord = function() {
});
},
startWorker: function() {
- axolotlInstance.startWorker('/js/libaxolotl-worker.js');
+ axolotlInstance.startWorker('/js/libsignal-protocol-worker.js');
},
stopWorker: function() {
axolotlInstance.stopWorker();
diff --git a/libtextsecure/axolotl_wrapper.js b/libtextsecure/axolotl_wrapper.js
index 43c939d5..a534c91a 100644
--- a/libtextsecure/axolotl_wrapper.js
+++ b/libtextsecure/axolotl_wrapper.js
@@ -44,7 +44,7 @@
});
},
startWorker: function() {
- axolotlInstance.startWorker('/js/libaxolotl-worker.js');
+ axolotlInstance.startWorker('/js/libsignal-protocol-worker.js');
},
stopWorker: function() {
axolotlInstance.stopWorker();
diff --git a/libtextsecure/libaxolotl.js b/libtextsecure/libsignal-protocol.js
similarity index 100%
rename from libtextsecure/libaxolotl.js
rename to libtextsecure/libsignal-protocol.js
diff --git a/libtextsecure/test/index.html b/libtextsecure/test/index.html
index 46027b34..7952c038 100644
--- a/libtextsecure/test/index.html
+++ b/libtextsecure/test/index.html
@@ -21,7 +21,7 @@
-
+