Daira-Emma Hopwood
Daira-Emma Hopwood
Honestly [it was a mistake to disable -Z for stable/beta Rust](https://internals.rust-lang.org/t/disabling-z-for-stable-builds-is-a-mistake/5221).
If you look at the rendered version of `README.rst` which is https://github.com/zcash/zips/blob/publish/rendered/index.html , it does point to those URLs, but in a way that automatically uses the correct URL for...
Moving to draft until I have time to fix the regexes in `render.sh`.
In addition to the uses of `PACKAGE_NAME` added in #6812 that I commented on when reviewing that PR, and the pre-existing uses of `PACKAGE_NAME` identified in https://github.com/zcash/zcash/pull/6812#discussion_r1441662080 , I think...
This is currently the only dependency of #960 (zcash_client_backend 0.10.1) in the DAG. Do we still need a zcash_client_backend 0.10.1 release for this, or can we fold it into 0.11.0?
Note that there's no compatibility issue with making this change.
Here's where `librustzcash_sapling_generate_r` is used to generate `alpha`. (Arguably its name should be changed.) https://github.com/zcash/zcash/blob/625797a0371cac7044a9eb2872ee3820728c1d7d/src/transaction_builder.cpp#L14-L21
Possible alternative (or complementary? not sure) by a team that is implementing Multi-Factor Key Derivation Function (MFKDF) for Zcash: > [MFKDF](https://mfkdf.com/), originally [published in USENIX Security](https://www.usenix.org/system/files/usenixsecurity23-nair-mfkdf.pdf), uses conventional, commonly-used authentication...
@nuttycom wrote: > The Blockchain Commons folks have defined a seed sharding protocol that allows you to split an existing BIP39 seed into shares, for what that’s worth. I don’t...
Incidentally, there are strong technical reasons to implement quantum resilience only for Sapling and not for Orchard: for Sapling it would require either a new stage 2 trusted setup, or...