slot_count Engine.slot_count The number of slots available in the engine. Ciphertexts are generated in units of this size. Input: None Type: int from desilofhe import Engine engine = Engine() slot_count = engine.slot_count