@orangecheck/lock-crypto / aesGcmEncrypt
Function: aesGcmEncrypt()
function aesGcmEncrypt(
key: Bytes,
nonce: Bytes,
plaintext: Bytes,
aad?: Bytes): Bytes;
Defined in: index.ts:39
@orangecheck/lock-crypto / aesGcmEncrypt
function aesGcmEncrypt(
key: Bytes,
nonce: Bytes,
plaintext: Bytes,
aad?: Bytes): Bytes;
Defined in: index.ts:39