Initial encryption test is working on Chrome and iOS.
This commit is contained in:
parent
7209800b3c
commit
e215ecfb52
4 changed files with 145 additions and 7 deletions
10
Gruntfile.js
10
Gruntfile.js
|
|
@ -175,6 +175,16 @@ module.exports = function(grunt) {
|
|||
'src/js/trezor-url.js',
|
||||
'bower_components/trezor-connect/connect.js',
|
||||
'node_modules/bezier-easing/dist/bezier-easing.min.js',
|
||||
|
||||
'bower_components/crypto-js/core.js',
|
||||
'bower_components/crypto-js/enc-base64.js',
|
||||
'bower_components/crypto-js/hmac.js',
|
||||
'bower_components/crypto-js/md5.js',
|
||||
'bower_components/crypto-js/sha1.js',
|
||||
'bower_components/crypto-js/evpkdf.js',
|
||||
'bower_components/crypto-js/cipher-core.js',
|
||||
'bower_components/crypto-js/aes.js',
|
||||
|
||||
'node_modules/cordova-plugin-qrscanner/dist/cordova-plugin-qrscanner-lib.min.js'
|
||||
],
|
||||
dest: 'www/js/app.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue