nbytes

LossyBootstrapKey.nbytes
손실 부트스트랩 키의 메모리 크기를 표시합니다.
  • 아웃풋
    • 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