nbytes

LossyBootstrapKey.nbytes
Shows the memory size of a lossy bootstrap key.
  • Output
    • nbytes, int
from desilofhe import Engine

engine = Engine(use_bootstrap=True)
secret_key = engine.create_secret_key()
lossy_bootstrap_key = engine.create_lossy_bootstrap_key(secret_key)
nbytes = lossy_bootstrap_key.nbytes