Jeff Burdges
Jeff Burdges
I think `MAP_ANONYMOUS` behave like allocations, so safe even for writing. It's clear `MAP_PRIVATE` protects readers from your writes, but it's less clear if others could still modify your pages...
There is not even an issue for this at `mio` either, so presumably they do not plan on supporting it. There is probably a good reason for that, which could...
It's all moot anyways: ark-serialize impls should handle the downgrade from full subgroup checks to on-curve checks plus appropriate cofactor calls. An arkworks ed25519 implementation would serialize correctly using sunhuachuang's...
How should constant-time be handled in arkworks? We could provide constant time methods within the regular traits, or use a feature gate, but could we really implement constant-time operations uniformly...
How about placing a red or yellow dot next to the Activity Log if we want users to read it? We simply need the const directive declaring `clientUIActivity` to appear...
1 minute is extremely fast, but also 100 is not so many. I'd say: Vital Contributor - Participated in over 100 issues or PRs with just a "+1" or a...
Ideally, you should share a hash of your public key since the server never sees the public key. It's okay to share the public key itself I suppose. Do _not_...
I like this. It's worth considering how this interacts with [structural records](https://github.com/rust-lang/rfcs/issues/1999#issuecomment-300719671), if they were to make a come back.
As an aside, there are interesting uses for _nameable_ structural _sub_records of a `struct` of another structural records, like avoiding the verbosity of the builder pattern. If we have `pub...
Worked fine for me in early February. I'm built from the github repository directly over macports.