decryptDataBytes
decryptDataBytes(
encryptedHex:string,address:string):Promise<Uint8Array<ArrayBufferLike>>
Defined in: src/react/useEncryption.ts:513
Decrypts data and returns as Uint8Array (for binary data)
Parameters
| Parameter | Type | Description |
|---|---|---|
|
|
|
Encrypted data as hex string (IV + ciphertext + auth tag) |
|
|
|
‐ |
Returns
Promise<Uint8Array<ArrayBufferLike>>
Decrypted data as Uint8Array
Last updated on