nbytes

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

engine = Engine(use_bootstrap=True)
secret_key = engine.create_secret_key()
bootstrap_key = engine.create_bootstrap_key(secret_key)
nbytes = bootstrap_key.nbytes