Daira-Emma Hopwood

Results 412 issues of 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...

bug

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...

I-SECURITY
A-crypto
I-performance

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...

I-SECURITY
C-research
A-crypto
I-performance
I-privacy
A-consensus
C-future-proofing
special to Daira
Threat Model
protocol spec
M-requires-zip
D-forward-secrecy-vs-recoverability

## 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...

A-crypto
I-performance
A-consensus
use case
A-circuit
A-light-clients
S-blocking-scalability
A-halo
A-orchard

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...

I-SECURITY
C-research
A-crypto
I-performance
I-privacy
A-consensus
C-future-proofing
A-circuit
not in 1.0
special to Daira
Threat Model
protocol spec
M-requires-zip
elliptic curves

See discussion at https://github.com/zcash/zcash/pull/5745#discussion_r835053710 .

A-consensus
I-error-handling

## 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...

use case
I-error-handling

https://github.com/zcash/zcash/blob/768850e2375566aabd5c37ffb0c062c894c8b92e/qa/zcash/updatecheck.py#L412-L416 @str4d recommends to use `cargo-upgrades` instead.

A-dependencies