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