-
**Chapter name**: Mathematical Background.
**List of bugs/typos**
1.1 A Mathematician’s apology
- After all, there is no empirical experiment that will prove the **non existence** of an algor…
-
Regtest network have init K and N params different from mainnet and testnet.
On mainnet and testnet K, N
const size_t N = 200, K = 9; // Same as mainchain.
BOOST_STATIC_ASSERT(equ…
-
After building it with:
```
PKG_CONFIG_PATH="/usr/local/bin/pkg-config" CPPFLAGS="-I/usr/local/include -I/usr/local/opt/berkeley-db4/include" LDFLAGS="-L/usr/local/lib -L/usr/local/opt/berkeley-db4/l…
-
It may be possible to derive the ephemeral keypair used for cryptographic binding of the pour to the rest of the transaction from the zerocash private address. It's not clear that this would provide a…
-
RHEL6 is still a widely used server distro, but trying to build on Scientific Linux 6.6 (a RHEL6 alike), I ran into the following issues:
Build failure 1: zcutil/fetch-params.sh fails to verify param…
-
Here is an idea to reduce the damage from competing blockchain-forks: each transaction is required to commit to a recent block:
Third bullet point on:
https://en.bitcoin.it/wiki/User:Gmaxwell/alt_id…
-
Any respectable cryptocurrency simply needs a whitepaper (PDF), a roadmap, and of course a team of best-in-class experts!
Zcash clearly has the latter, but there isn't currently a prominent link to…
-
Regtest network have init K and N params different from mainnet and testnet.
On mainnet and testnet K, N
const size_t N = 200, K = 9; // Same as mainchain.
BOOST_STATIC_ASSERT(equ…
-
The prototype Zerocash implementation uses ECIES for key-private encryption. I propose to change this to use `crypto_box` (i.e. `crypto_box_curve25519xsalsa20poly1305`). The motivations are as follows…
daira updated
6 years ago
-
We have a tension between two desires:
- fully specify our test criteria for PRs in our repository, which is currently [`./qa/zerocash/full-test-suite.sh` at `3c820a13`](https://github.com//Electric-C…