chore(compiler): format

This commit is contained in:
Quentin Bourgerie
2023-03-14 10:33:35 +01:00
parent 20b5542fe3
commit b1a94ac245

View File

@@ -54,7 +54,7 @@ LweSecretKey::LweSecretKey(LweSecretKeyParam &parameters, CSPRNG &csprng)
_buffer->resize(parameters.dimension);
// Initialize the lwe secret key buffer
concrete_cpu_init_secret_key_u64(_buffer->data(), parameters.dimension,
csprng.ptr, csprng.vtable);
csprng.ptr, csprng.vtable);
}
void LweSecretKey::encrypt(uint64_t *ciphertext, uint64_t plaintext,