-
The first `golden hour` occurred this morning, and lead to block height ceasing to increase for ~3 hours.
This is a graph of blocks proposed sorted by their parent block. 36 blocks were proposed o…
-
This is a casual overview of the payment construction that Matthew, Ian and I have been playing with.
The first intuition is to treat nullifiers as randomized public keys, i.e., (gsk)r where r is t…
-
As specified in the introduction, BLS12-381 is used for non-signature applications such as SNARKs. It may make sense to expose a non-signature API (e.g. directly expose the pairing function).
-
This python library is quite useful for zk-SNARKs, so it would be really good if I can use this lib with
```
pip install ethsnarks
```
If you don't mind can I make it as a PyPI package? My plan i…
-
### Why
In MVP1, we rely on "trade verifier" to be our trust oracle.
Two question/problems are:
1. Who is gonna be our trade verifier?
1. What value does OmiseGo network provide here? As when ven…
-
Receiving this error when i download from Sufficient Velocity after they updated their forums.
[https://forums.sufficientvelocity.com/threads/taylor-varga-worm-luna-varga.32119/threadmarks](url)
[…
-
I don't think we should do this but it's an interesting idea so I'll just leave this here for reference and discussion. This would increase the throughput without DA by ~2x after Istanbul, with DA the…
-
SECBIC optimized [libsnark](https://github.com/huyuguang/libsnark) with a new paring library, we can try to use their implementation and measure there is any performance boost (~20% expected)
-
Placeholder for top-level cryptolab project epic.
This epic is intended to group diverse efforts which could include (non-exhaustive):
- GPU SNARKs
- SNARK Aggregation (recursive composition or…
-
Notice that the `orderHash` is overwritten (by the auction solution) upon successful call of `applyAuction`. This is needed for the purpose of snarks (and maybe for on-chain verification), but will al…