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