Create encryption folder and move files

This commit is contained in:
Nicola Benaglia
2025-05-24 11:53:08 +02:00
parent 9fcbd8aaff
commit 2d01b3e8ae
70 changed files with 1416 additions and 1368 deletions

View File

@@ -1,9 +1,9 @@
// @ts-nocheck
import { crypto } from '../constants/decryptWallet';
import Base58 from '../deps/Base58';
import Base58 from '../encryption/Base58';
import { AES_CBC, HmacSha512 } from 'asmcrypto.js';
import { doInitWorkers, kdf } from '../deps/kdf';
import { doInitWorkers, kdf } from '../encryption/kdf';
import i18n from 'i18next';
export const decryptStoredWallet = async (password, wallet) => {