@orangecheck/lock-crypto / aesGcmDecrypt
Function: aesGcmDecrypt()
function aesGcmDecrypt(
key: Bytes,
nonce: Bytes,
ciphertext: Bytes,
aad?: Bytes): Bytes;
Defined in: index.ts:50
Parameters
| Parameter | Type |
|---|---|
key | Bytes |
nonce | Bytes |
ciphertext | Bytes |
aad? | Bytes |