poanetwork / vdf

An implementation of Verifiable Delay Functions in Rust
Apache License 2.0
169 stars 53 forks source link

Windows command line length limits #9

Open DemiMarie opened 5 years ago

DemiMarie commented 5 years ago

It is possible, at least in theory, for a proof to overflow the maximum length of a Windows command line. The only workaround is to instead read the data from a file or standard input.