aesDecrypt(Defined in: src/Utils/crypto.ts:86 decrypt AES 256 CBC; where the IV is prefixed to the bufferbuffer,key):Buffer<ArrayBuffer>
Parameters
buffer
Uint8Array
key
Uint8Array
Returns
Buffer<ArrayBuffer>Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
decrypt AES 256 CBC; where the IV is prefixed to the buffer
aesDecrypt(Defined in: src/Utils/crypto.ts:86 decrypt AES 256 CBC; where the IV is prefixed to the bufferbuffer,key):Buffer<ArrayBuffer>
Uint8Array
Uint8Array
Buffer<ArrayBuffer>