Jeff Burdges

Results 808 comments of Jeff Burdges

What does https://github.com/w3f/apk-proofs/blob/main/bw6/src/piop/mod.rs#L91 mean? Also can you be clearer about https://github.com/w3f/apk-proofs/blob/main/bw6/src/piop/mod.rs#L94 ? These stay zero afterwards https://github.com/w3f/apk-proofs/blob/main/bw6/src/piop/affine_addition.rs#L312-L314 ? OK :) Yes arkworks needs a transcript abstraction or ark_merlin crate that...

We glanced at https://github.com/w3f/apk-proofs/blob/main/bw6/src/signer_set.rs#L25 today: As you have a `Vec` that owns the keys, you should use `batch_normalize` when converting to affine on https://github.com/w3f/apk-proofs/blob/main/bw6/src/signer_set.rs#L31 Should there be an comments on...

I presume you're talking about verifier time, not aggregation time? I'd think aggregation time should be good, although I never explored the question, and doubt anyone cares too much. There...

All depends upon your problem, but roughly yes. If you aggregate distinct messages with distinct signers, then aggregation buys you little, so you should consider not using BLS. In this...

> From what I understood from your comments, if we don't have distinct message (hash + pubkey), then we are subject to rogue key attack and BLS offers 0 security...

I never released? I can do so. I should reread the code since I did an infinitely better job with the schnorrkel version in https://github.com/w3f/schnorr-dalek/blob/master/src/derive.rs Also should hard derivations be...

Agreed. Internet connections being unstable play havoc with firm anonymity assurances, but that's unavoidable. We could perhaps adjust the cover traffic to make bursts of packets less suspicious, not sure....

Is there any value in mobile relays? I think Tor culls poor performing true relays, but Tor Browser never relays. I'd think mobile relays hurt us even more by being...

I'm unsure how Signal runs without Google Play Services but the battery life seems acceptable. It's also possible Signal exploits that it takes over being your SMS app. As hinted...