serialized_nbytes
BootstrapKey.serialized_nbytes
- 부트스트랩 키가 직렬화되었을 경우의 크기를 표시합니다.
from desilofhe import Engine
engine = Engine(use_bootstrap=True)
secret_key = engine.create_secret_key()
bootstrap_key = engine.create_bootstrap_key(secret_key)
serialized_nbytes = bootstrap_key.serialized_nbytes