jhartmanlinus
Results
2
comments of
jhartmanlinus
i get this issue as well
declare module '@tectiv3/react-native-aes-crypto' { function pbkdf2(password: string, salt: string, cost: number, length: number): Promise; function encrypt(text: string, key: string, iv: string): Promise; function decrypt(ciphertext: string, key: string, iv: string): Promise;...