serialize Engine.serialize_merge_bootstrap_key(merge_bootstrap_key) Serializes a merge bootstrap key. Input: MergeBootstrapKey Output: bytearray from desilofhe import Engine engine = Engine(for_bootstrap=True) secret_key = engine.create_secret_key() merge_bootstrap_key = engine.create_merge_bootstrap_key(secret_key) serialized_merge_bootstrap_key = engine.serialize_merge_bootstrap_key( merge_bootstrap_key )