As Is
The following warning appears during the build process:
warning: the following packages contain code that will be rejected by a future version of Rust: vdf v0.1.0
To Be
Will not use the vdf crate because it may become obsolete in the future.
Action
Implement Verifiable Delay Function without using the vdf crate.
As Is
The following warning appears during the build process:
To Be
Will not use the vdf crate because it may become obsolete in the future.
Action
Implement Verifiable Delay Function without using the vdf crate.