mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-11-01 21:47:05 +00:00
Create encryption folder and move files
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user