Skip to content
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

Add Pietrzak's VDF construction #818

Merged
merged 28 commits into from
Sep 5, 2024
Merged

Add Pietrzak's VDF construction #818

merged 28 commits into from
Sep 5, 2024

Conversation

jonas-lj
Copy link
Contributor

@jonas-lj jonas-lj commented Aug 4, 2024

Add Pietrzak's VDF construction (https://eprint.iacr.org/2018/627.pdf). Compared to Wesolowski's construction, uniqueness of the output is unconditional, which makes it suitable for some use cases.

Proof generation works but is not optimised.

@jonas-lj jonas-lj requested a review from benr-ml August 22, 2024 19:05
@jonas-lj jonas-lj marked this pull request as ready for review August 22, 2024 19:07
fastcrypto/src/groups/mod.rs Outdated Show resolved Hide resolved
fastcrypto-vdf/src/vdf/pietrzak/mod.rs Outdated Show resolved Hide resolved
fastcrypto-vdf/src/vdf/pietrzak/mod.rs Outdated Show resolved Hide resolved
fastcrypto-vdf/src/vdf/pietrzak/mod.rs Outdated Show resolved Hide resolved
fastcrypto-vdf/src/vdf/pietrzak/mod.rs Show resolved Hide resolved
fastcrypto-vdf/src/vdf/pietrzak/mod.rs Show resolved Hide resolved
fastcrypto-vdf/src/vdf/pietrzak/mod.rs Show resolved Hide resolved
@jonas-lj jonas-lj requested a review from benr-ml September 4, 2024 09:58
@jonas-lj jonas-lj merged commit 25bd5d8 into main Sep 5, 2024
7 checks passed
@jonas-lj jonas-lj deleted the jonas/pietrzak branch September 5, 2024 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants