nbytes

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

engine = Engine(use_bootstrap=True)
secret_key = engine.create_secret_key()
merge_bootstrap_key = engine.create_merge_bootstrap_key(secret_key)
nbytes = merge_bootstrap_key.nbytes