Skip to content

Commit

Permalink
replaced cryptofill with webcrypto-liner
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycoates committed Feb 21, 2019
1 parent 9e919ed commit de88885
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 10,907 deletions.
3 changes: 1 addition & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ assets
firefox
coverage
app/locale.js
app/capabilities.js
app/cryptofill.js
app/capabilities.js
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
dist
android/app/src/main/assets
android/app/build
app/cryptofill.js
coverage
2 changes: 1 addition & 1 deletion app/capabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async function checkCrypto() {
} catch (err) {
try {
window.asmCrypto = await import('asmcrypto.js');
await import('./cryptofill');
await import('@dannycoates/webcrypto-liner/build/shim');
return true;
} catch (e) {
return false;
Expand Down
Loading

0 comments on commit de88885

Please sign in to comment.