Skip to content

Commit

Permalink
chore(ci): fix build on main following several big merges
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed Nov 15, 2023
1 parent 8db8cb4 commit 331a2ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1794,7 +1794,7 @@ where
(RadixCiphertext, Ciphertext),
>,
{
let (cks, mut sks) = KEY_CACHE.get_from_params(param);
let (cks, mut sks) = KEY_CACHE.get_from_params(param, IntegerKeyKind::Radix);
let cks = RadixClientKey::from((cks, NB_CTXT));

sks.set_deterministic_pbs_execution(true);
Expand Down

0 comments on commit 331a2ab

Please sign in to comment.