-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
approximate_parameters() #19
Comments
This memory optimization is broken. I haven't been able to dig in and figure out exactly how yet, but it's producing invalid proofs for Example:
The first one is valid and the 2nd one isn't. Disabling this optimization by changing the code to fix
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vdf/vdf/src/proof_wesolowski.rs
Lines 69 to 89 in c740ef3
I search for "approximat" in https://eprint.iacr.org/2018/623.pdf and it leads me to section 3.1 and section 4.3. However, none of them seems implying the logic in the above codes.
Why calculate
l
&k
this way? Which part of the paper should I refer to?The text was updated successfully, but these errors were encountered: