James Aspnes, Shlomi Dolev, and Amit Hendin. Obfuscated consensus. arXiv:2504.04046 [cs.DC], February 2026.
The classic Fischer, Lynch, and Paterson impossibility proof demonstrates that any deterministic protocol for consensus in either a message-passing or shared-memory system must violate at least one of termination, validity, or agreement in some execution. But it does not provide an efficient procedure to find such a bad execution.
We show that for wait-free shared memory consensus, given a protocol in which each process performs at most s steps computed with total time complexity at most t, there exists an adversary algorithm that takes the process's programs as input and computes within O(st) time a schedule that violates agreement. We argue that this bound is tight assuming the random oracle hypothesis: there exists a deterministic obfuscated consensus protocol that forces the adversary to spend Ω(st) time to find a bad execution despite having full access to all information available to the protocol.
This bound is based on a general algorithm that reduces the constructing an obfuscated consensus protocol to constructing an obfuscated threshold function that provably costs Ω(t) time to evaluate on a single input, where t is a tunable parameter, and for which an adversary with access to the threshold function implementation cannot extract the threshold any faster than by doing binary search. We give a particular implementation of such an obfuscated threshold function that is not very efficient but that is provably secure assuming the random oracle hypothesis. Since our obfuscated consensus protocol does not depend on the specific details of this construction, it may be possible to replace it with one that is more efficient or requires weaker cryptographic assumptions, a task we leave for future work.
@misc{AspnesDH2026,
title={Obfuscated consensus},
author={James Aspnes and Shlomi Dolev and Amit Hendin},
year={2026},
eprint={2504.04046},
archivePrefix={arXiv},
primaryClass={cs.DC},
url={https://arxiv.org/abs/2504.04046},
}