object AES128GCM
(source)
Util dedicated for AES-GCM encoding with key size equal 16 bytes
fun decrypt(encryptedContent: Bytes, key: Bytes, data: Bytes): Bytes
AES128GCM decryption function |
|
fun encrypt(key: Bytes, nonce: Bytes, message: Bytes, data: Bytes): Bytes
AES128GCM encryption function |