Set up CKKS bootstrapping
Arguments
- cc
A CryptoContext
- level_budget
Integer vector of length 2 (default: c(5, 4))
- dim1
Integer vector of length 2 (default: c(0, 0))
- slots
Number of slots (default: 0 = automatic)
- correction_factor
Correction factor (default: 0)
- precompute
Precompute rotation keys (default: TRUE)
- bt_slots_encoding
Logical; controls whether the bootstrap precomputes with slot-count encoding (the
BTSlotsEncodingtail argument on cryptocontext.h line 3513). DefaultFALSEmatching the C++ default.
