serialize Engine.serialize_lossy_bootstrap_key(lossy_bootstrap_key) 손실 부트스트랩 키를 직렬화합니다. 인풋: LossyBootstrapKey 아웃풋: bytearray 예시 from desilofhe import Engine engine = Engine(for_bootstrap=True) secret_key = engine.create_secret_key() lossy_bootstrap_key = engine.create_lossy_bootstrap_key(secret_key) serialized_lossy_bootstrap_key = engine.serialize_lossy_bootstrap_key( lossy_bootstrap_key )