encryptAesGcm

suspend fun encryptAesGcm(key: Base64UrlBytes, plaintext: Base64UrlBytes, associatedData: Base64UrlBytes? = null): PrfCiphertext