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