Jeff Burdges
Jeff Burdges
I think https://github.com/arkworks-rs/algebra/issues/730 should be straightforward if you know both the substrate wasm boundary and elliptic curves, but probably nobody knows both. --- I think https://github.com/kobigurk/aggregatable-dkg/issues/1 should be easy, but...
We want an implementation of TXQR in Rust for Parity signer and probably subkey. We'd encourage some public discussion of the exact design features of TXQR, since maybe we'd find...
We cannot always MAC the body because receivers cannot know the packet bodies they receive, only the SURBs they give out. As a result, there is a 1 bit tagging...
We can reward node operators with "secret shopper" cover traffic built by staked node using VRFs, but rewarding storage over an extended period sounds much harder. But @oskarth [raised](https://github.com/w3f/messaging/issues/7#issuecomment-441889283) the...
We should clean this crate up so we can finalize everything.. as changing a deployed HDKD scheme really sucks. Issues worth considering: Should we seek compatiblity with existing hard-only derivation...
There might be a source for hard derivations by @tarassh at https://github.com/tarassh/ed25519_hd_key although I've no idea which of the perhaps many hard derivation rules it handles.
I need to recheck if https://github.com/dalek-cryptography/ed25519-dalek/issues/61 breaks anything here.
It's quite beautiful code :) 7 June 2021: - It's possible to initialize some parts of the prover once per epoch, via `Prover: Clone`. - It's possible to extract a...
I haven't tested it but I'd conjecture that the `rsync` option `--no-W` is much faster when the destination is an SSD since read speed is so much higher than write...
I'm seeing errors when processing the `~/Library/Mobile Documents.*` folder, which interacts strangely with iCloud. It runs fine if I add the `rsync` argument `--exclude='Mobile Documents.*'` but then it deletes the...