This commit is contained in:
boneyard93501 2022-08-01 21:47:11 -05:00
parent 2023105f49
commit 712217aa63

View File

@ -100,6 +100,8 @@ which results in:
* an output and
* a [proof](https://docs.rs/ecvrf/0.4.3/ecvrf/struct.VrfProof.html)
where the output the is the VRF hash.
For some input data provided by the user, e.g., ` [222, 173, 190, 239]`, we call the `vrf_proof` function like so:
```bash