Jeff Burdges

Results 808 comments of Jeff Burdges

I should look into how this interacts with detachments at some point.

I'm interested in this. It's important to reference specific git commits as that's really more secure than signatures, although maybe signatures offer greater convenience. We could check version information agreed...

Works for me. I suppose you ran into the mess that is our GTK error reporting : https://github.com/agl/pond/issues/143#issuecomment-72358811 There might still be something useful there though.

We need [`impl const Trait`](https://github.com/rust-lang/rust/issues/67792) stabilized to do much here, I guess. An unstable form lives behind `#![feature(const_trait_impl)]` now.

It'll improve many things like avoiding [this Vec](https://github.com/arkworks-rs/algebra/blob/master/ff/src/fields/prime.rs#L71) but right now they've some odd problem with associated constants used internally not being recognized as appropriately bound: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2015&gist=e1114345b12197fdb922ef1acb2e80ae

I do not see the DLEQ proof code here? We should probably merge this PR, but then deprecate this crate, and start a whole new crate that (a) does the...

Arkworks and other pairing friendly curve crates lack constant time implementations. I think one claimed being constant-time, but whether they were constant time seemed dubious. We do key splitting in...

We should merge features of this repo into and deprecate this repo for [nugget_bls](https://github.com/w3f/ring-vrf/tree/master/nugget_bls) which does this correctly.

A priori, this should be required before merging anything into substrate, as migration could be painful otherwise. I'd suggest we deprecate this whole crate though and start another one without...

We should merge features of this repo into and deprecate this repo for [nugget_bls](https://github.com/w3f/ring-vrf/tree/master/nugget_bls) which does this correctly.