Jeff Burdges
Jeff Burdges
Add support for /opt/local/bin/rsync installed by MacPorts, as well as trying whatever rsync is lying around. Ideally, we should just try all three, starting with `which rsync`, but this should...
Puccinia
You're aware of https://github.com/du5t/puccinia right? It's abandoned afaik but maybe somehow relevant.
It appears Tor browser keeps a separate copy & paste buffer from the rest of the system, which makes Tor browser basically unusable. If you attempt to drag text from...
If you open its Show All Bookmarks window then Tor Browser becomes nearly unusable. In particular there is no way to close the window without killing the process.
## Description Addresses several concerns: Hash-to-field and hash-to-curve are logically consumers of XoFs. The hash-to-curve spec is written this way. Also, ristretto exploits this, likely so do other elligator deployments,...
Is `construct_dst_prime` from [`ExpanderXof`](https://github.com/arkworks-rs/algebra/blob/master/ff/src/fields/field_hashers/expander/mod.rs#L24) anywhere in the spec? If not, then maybe we should remove it? Anyways.. I'd think `ExpanderXof` should become a free `pub fn` like ``` fn update_dst_prime(h...
We'll want [`try_from_fn`](https://doc.rust-lang.org/stable/core/array/fn.try_from_fn.html) instead of `unwrap` in [`[T; N]: CanonicalDeserialize`](https://github.com/arkworks-rs/algebra/blob/master/serialize/src/impls.rs#L460), but it's blocked on https://github.com/rust-lang/rust/issues/84277 right now. We could add an arrayvec dependency now to solve the problem, or simply...
Afaik we do not have `&G2Prepared: Into` sensibly, so every invocation requires duplicating the `G2Prepared`, like 16kb or more. ``` fn multi_miller_loop( a: impl IntoIterator, b: impl IntoIterator, ) ->...
Are there any conversions among the [different forms of bls12-377](https://github.com/arkworks-rs/curves/blob/master/bls12_377/src/curves/g1.rs#L44-L46) anywhere? I'd assume they serialize differently, no? Anyone actually using this?
I'd suggest testing subsocial in more limited browser environments, like - Under 1 gig of RAM. - TorBrowser (works but only kinda) - FireFox over `ssh -D` SOCKS5 (crashes browser...