Files
tfhe-rs/tfhe
Thomas Montaigu 614ca52749 feat(CompressedXofKeySet): impl key gen of ClientKey
This adds the implemention of the ClientKey generation
that respects the threshold specs, some points are:

* 2 random generators are used one for everything public (masks)
  the other for everything private (private keys and noise).
  These generators are seeded once.
* binary secret keys are generated using
  `fill_slice_with_random_uniform_binary_bits` and support pmax param
2025-11-25 10:24:25 +01:00
..
2025-11-20 09:29:37 +01:00
2025-11-14 14:14:39 +01:00
2023-09-20 09:39:50 +02:00
2025-02-18 13:19:28 +01:00