Jeff Burdges

Results 808 comments of Jeff Burdges

Appears the current rice tool fails when multiple packages live in the same directory too.

Appears not. At least, it does not happen where I once thought I'd seen it happen, thanks!

I added another commit that shows what the shake128 version of create_discriminant.rs looks like.

I cleaned this up according to your comments, thanks! I also added a separate branch that includes the notes without the new hashing https://github.com/w3f/vdf/tree/l_size_notes so you could fork that off...

I suspect any VDF must be tuned to a particular architecture for deployment anyways, but maybe it simplifies downstream code if everything runs on ARM too.

Anyone who wants to write MPIR bindings, or do other optimizations, could apply for funding at https://github.com/w3f/Web3-collaboration I'd personally prefer we spend any VDF budget on isogenies because isogenies VDFs...

I meant the pairing-based isogeny VDF, mostly because its proofs are composable, which likely improves liveness in some applicaitons. It provides encryption to the future too, but no idea how...

Almost all existing public key cryptography has the property that a quantum computer can break the public key itself. And they classical computer can decrypt everything after that. In a...

Also relevant for https://github.com/cambrian/accumulator most likely.

I suppose but traits can hide more than desired too. Just another idea: Avoid the separate params types and traits by making the params public in the VDF types, because...