Daira-Emma Hopwood
Daira-Emma Hopwood
See https://trac.torproject.org/projects/tor/ticket/27199 , and the upstream Rust bug https://github.com/rust-lang/rust/issues/52652 (in particular my comment [here](https://github.com/rust-lang/rust/issues/52652#issuecomment-694952684)). We currently do set `panic = 'abort'` in the *release* profile of librustzcash, which is why...
https://github.com/kwantam/fffft . Arkworks recently moved to a port of this: https://github.com/arkworks-rs/algebra/pull/169 . Since we use `ff` for fields, we could probably use the original crate directly. cc: @kwantam
See https://github.com/dalek-cryptography/subtle/issues/74#issuecomment-678401913
### Describe the issue In general, processors may have data operand-dependent timing for certain instructions, which results in a potential timing side channel for cryptographic code, even when that code...
Split from #805, which considers a fully post-quantum Zcash, i.e. one that would be post-quantum secure for balance, spendability, etc. This issue focusses on post-quantum privacy, and in particular, changing...
## Is your feature request related to a problem? Please describe. If Zcash achieves significantly higher usage, then the overall verification and transaction bandwidth cost will become a problem. In...
There are three components necessary for a post-quantum Zcash: - a plausibly post-quantum [PPQ] public key encryption scheme; - reanalysis of symmetric crypto parameter choices against quantum attacks; - a...
Allow Rust implementations of consensus rules to report the same info that would be passed to `DoS`
See discussion at https://github.com/zcash/zcash/pull/5745#discussion_r835053710 .
## Is your feature request related to a problem? Please describe. Sometimes we want to return either a success result or error information from a C++ function. Existing ways to...
https://github.com/zcash/zcash/blob/768850e2375566aabd5c37ffb0c062c894c8b92e/qa/zcash/updatecheck.py#L412-L416 @str4d recommends to use `cargo-upgrades` instead.