Jeff Burdges

Results 83 issues of Jeff Burdges

Any ideas on dumping the wifi passwords in `/Library/Keychains/System.keychain`? It says it found master key and found wrapper key, but no output. Individual wifi passwords can be retrieved using :...

There is a new hash to curve function implemented in the fork https://github.com/kwantam/pairing/ via https://github.com/zkcrypto/pairing/issues/56#issuecomment-501928322 which should be evaluated. There is also a draft BLS standard by the IETF at...

I believe the most advanced threshold signature implementation is https://github.com/poanetwork/threshold_crypto but they do not provide our abstractions, and one should optimize the arithmetic ala https://github.com/poanetwork/threshold_crypto/issues/13 We should do threshold signatures...

Check if SignerTable can or should be more aligned with GRANDPA's voter_set and bitfield modules. https://github.com/paritytech/finality-grandpa/pull/93

https://github.com/filecoin-project/pairing/pull/5 https://github.com/poanetwork/threshold_crypto/pull/93/files

We need some mechanism for creating deliniarized `SignerTable`s as an alternative to proofs-of-possession.

We should add benchmark code modeled on https://github.com/w3f/schnorrkel/blob/master/benches/schnorr_benchmarks.rs ala https://github.com/w3f/schnorrkel/issues/37 which also helps with issues like https://github.com/w3f/bls/issues/8 and https://github.com/w3f/bls/issues/7

Just a thread for more notes on more extreme performance measures. Anything sane should be done or given its own issue.

We should implement [Pixel](https://eprint.iacr.org/2019/514) because doing so appears fairly straightforward and somewhat orthogonal. I believe the primary hurdle would be abstracting the verification equation, but if done properly then all...

Any BLS signature library needs key splitting since afaik no constant-time pairing libraries exist, well not everyone believes the amcl claims. We do not care about the pairing itself being...