nbytes

SmallBootstrapKey.nbytes
간이 부트스트랩 키의 메모리 크기를 표시합니다.
  • 아웃풋
    • nbytes, int
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