nbytes

FixedRotationKey.nbytes
Shows the memory size of a fixed rotation key.
  • Output
    • nbytes, int
from desilofhe import Engine

engine = Engine()
secret_key = engine.create_secret_key()
fixed_rotation_key = engine.create_fixed_rotation_key(secret_key, delta=1)
nbytes = fixed_rotation_key.nbytes