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