package
0.0.0-20240719033548-b2e732571387
Repository: https://github.com/clcert/beacon-collector.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
VDFeval function
receives:
x: input of VDF
seed: set randomness on discriminant creation
returns:
(result, proof)
*/.
VERIFY function
receives:
x: input of VDF
y: result of VDF
pi: the proof of VDF result
seed: set randomness on discriminant creation
returns if verification was correct
*/.