Skip to content

Commit e3a363e

Browse files
committed
Fix
1 parent 2c32856 commit e3a363e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/utils/encryption.ts

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import crypto, { CipherGCM, CipherGCMTypes, DecipherGCM } from 'crypto';
2-
import { mnemonicToSeed } from '@breeztech/react-native-breez-sdk';
32

43

54

6-
export const mnemonicToSeed = {
5+
export const mnemonicToSeedObj = {
76

8-
}/**
9-
* Get encryption/decryption algorithm
7+
}
8+
/** * Get encryption/decryption algorithm
109
*/
1110
function getAlgorithm(): CipherGCMTypes {
1211
return 'aes-256-gcm';

0 commit comments

Comments
 (0)