mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
enhance(clientlib): Use the parallel version for generating packing keys
This commit is contained in:
@@ -262,8 +262,8 @@ KeySet::generatePackingKey(PackingKeySwitchID id, PackingKeySwitchParam param) {
|
||||
// Allocate the packing keyswitch key
|
||||
LweCircuitBootstrapPrivateFunctionalPackingKeyswitchKeys64 *fpksk;
|
||||
CAPI_ASSERT_ERROR(
|
||||
default_engine_generate_new_lwe_circuit_bootstrap_private_functional_packing_keyswitch_keys_unchecked_u64(
|
||||
engine, inputSk->second.second, output_glwe_sk, param.baseLog,
|
||||
default_parallel_engine_generate_new_lwe_circuit_bootstrap_private_functional_packing_keyswitch_keys_unchecked_u64(
|
||||
par_engine, inputSk->second.second, output_glwe_sk, param.baseLog,
|
||||
param.level, param.variance, &fpksk));
|
||||
|
||||
// Store the keyswitch key
|
||||
|
||||
Reference in New Issue
Block a user