nbytes
SmallBootstrapKey.nbytes
- Shows the memory size of a small bootstrap key.
from desilofhe import Engine
engine = Engine(use_bootstrap=True)
secret_key = engine.create_secret_key()
small_bootstrap_key = engine.create_small_bootstrap_key(secret_key)
nbytes = small_bootstrap_key.nbytes