evmvdf icon indicating copy to clipboard operation
evmvdf copied to clipboard

Delay Function Verification Smart Contract

Results 2 evmvdf issues
Sort by recently updated
recently updated
newest added

If I modify `t` in the `vdf.test.ts` verification test and set it above 7 the test will fail (if set to 7 the test still passes). The same behaviour seems...

Is it possible to use EIP-192 precompiled smart contract to make verification even cheaper? https://github.com/ethereum/EIPs/blob/master/EIPS/eip-198.md >Rationale > >This allows for efficient RSA verification inside of the EVM, as well as...