level
FixedRotationKey.level
- Shows the maximum level of a ciphertext that the fixed rotation key can rotate.
from desilofhe import Engine
engine = Engine()
secret_key = engine.create_secret_key()
fixed_rotation_key = engine.create_fixed_rotation_key(secret_key, delta=1)
level = fixed_rotation_key.level