A generic application (app, for short) of beacon randomness is enabling public-verifiability of randomized procedures. For example, when randomly sampling for audits, auditors are prevented from biasing the selections (or being accused of it), and auditees are prevented from knowing the selections in advance (or being accused of it).
An interesting randomness/determinism duality: although beacon applications relate to the use of randomness, their public auditability requires a well specified deterministic operation (which then uses as input the needed random values).
The remainder of this page gives a few examples, at a high level, of applications of beacon randomness.
A possible refinement: To prevent even the Beacon from predicting the result of the seed \(Z\), the procedure statement \(S\) can be refined to also be a commitment of a secret value. Then, after the needed pulse is available, the application uses the secret value to derive the seed, and publicly reveals it or a ZK-proof that is has been properly used. That way not even a malicious beacon targeting the application could predict the result of the seed \(Z\).
Note: Real-life constraints can make this type of solution challenging, especially as it may require foreseeing procedures to adapt to unforeseen failure of selections (e.g., if a selected element is not available, a new one may have to be selected).
Setting: a placebo-controlled clinical trial assigns patients to either the treatment group or the control group.
Goals: Enables select test and control groups for clinical trials; the public can check the trial was properly randomized.
Challenges: Apply commitments and zero-knowledge proofs to hide private data while proving correctness.
(Example motivated by an application-project by the Random UChile Beacon)
Suppose a setting where a few subjects are to be selected from a large pool of candidates, with some weighting on private attributes. As a toy example, consider the following table of attributes, where a and b are abstract attributes (e.g., salary level and years on the job) that determine a risk score w. The probability of selection should be proportional to the risk score.
Procedure:
Commit to all attributes and publish the table of commitments ... then prove in ZK:
Following the procedure mentioned above, publish a statement \(S\) explaining the procedure that follows.
At the specified future time \(t\), derive a random \({\color{blue}R}:0<{\color{blue}R}\leq 1\) (random) from the Beacon and determine \(\#\red{j}: W_{max(1,\red{j}-1)} < {\color{blue}R} \leq W_{\red{j}}\)# j: Wmax(1,j−1) < R ≤ Wj
Prove in ZK that \(\red{j}\)j is consistent with \({\color{blue}R}\) and the table of commitments
Some references: slides 2020
Goal: Ensure freshness of proofs of software possession by measuring instruments.
A system employs zero-knowledge proofs of knowledge to enhance security in a system of measuring instruments. Beacon randomness is used to ensure unpredictability of the challenges and freshness of the proofs.
Some references: poster 2020, paper OIML
Some references: poster 2019, poster 2021
Security and Privacy: cryptography