-
Currently, we encrypt all messages in the RHP with ChaCha20-Poly1305. This means that sector data is encrypted twice. The encryption itself adds some overhead, but not enough to worry about. However, …
-
Start with initial tree state. The initial tree can be fully filled with default values (e.g. hash(NULL)). Then batch update the merkle tree by a list of nodes.
**Public Input**
`[Old Root Hash, …
-
Currently the hasher is using strings which are concatenated and then hashed again.
We would like to change this behavior to use the binary representation of the hashes instead.
If a hash is not p…
-
-
It is possible to create infinite merkle root hashes without performing randgen work (8192 items).
Please see more details + source code demonstration
https://github.com/thekingbreaker/pkt-wedgie
…
-
In order to increase the reliability of the timestamp results, the app needs to audit the anchored results in dcrtime by:
- Check that the digest of a given result is in the provided merkle path.
- …
-
`https://blockscan.com/token/0x5df1a47e05b4caba0ed3df13662642f05314764d?chainid=137`
-
Instead of sending to a bitcoin address, which adds to the set of unspent outputs (UXTO), you should use OP_RETURN. More info: https://en.bitcoin.it/wiki/Script#Provably_Unspendable.2FPrunable_Outputs…
-
We would store a merkle root of the list of addresses who have voted. Then each time someone votes, they would send a merkle proof of exclusion from this list to prevent double voting. If the voter h…
-
The bug in https://github.com/zcash/ZcashLightClientKit/issues/253 cannot be properly tested using darksidewalletd because the failure there gets detected by the consensus rules implemented in zcashd,…