aesGcmEncryptRaw(data: BufferSource,key: CryptoKey): Promise<{ iv: Uint8Array; ciphertext: Uint8Array; }>
AES-GCM encrypt raw data, returning IV and ciphertext bytes
data: BufferSource
key: CryptoKey
Promise<{ iv: Uint8Array; ciphertext: Uint8Array; }>