|
16 | 16 |
|
17 | 17 | <br>
|
18 | 18 |
|
19 |
| -* **[on simple private information retrieval experiments](https://mirror.xyz/go-outside.eth/4G5bsqUkjLxhQ0M9so3f25o4cABwN--tC40N3jkReug)** |
| 19 | +#### math |
| 20 | + |
| 21 | +* **[pairing-friendly elliptic curves of prime order](https://eprint.iacr.org/2005/133.pdf)** |
| 22 | +* **[intro to differential power analysis](https://link.springer.com/content/pdf/10.1007/s13389-011-0006-y.pdf)** |
| 23 | +* **[the 12 commandments of synchronization](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.227.3871&rep=rep1&type=pdf)** |
| 24 | +* **[ring confidential transactions](https://eprint.iacr.org/2015/1098.pdf)** |
| 25 | +* **[galois fields, part one](https://www.youtube.com/watch?v=yBVqk4YM2VY)** |
| 26 | + |
| 27 | +<br> |
| 28 | + |
| 29 | +#### authenticated data structures |
| 30 | + |
20 | 31 | * **[authenticated data structures as a library](https://bentnib.org/posts/2016-04-12-authenticated-data-structures-as-a-library.html)**
|
21 |
| -* **[bls multi-signatures with pub-key aggregation](https://crypto.stanford.edu/~dabo/pubs/papers/BLSmultisig.html)** |
22 | 32 | * **[authenticated data structures, generically](https://www.cs.umd.edu/~mwh/papers/gpads.pdf)**
|
23 |
| -* **[pairing-friendly elliptic curves of prime ordder](https://eprint.iacr.org/2005/133.pdf)** |
| 33 | +* **[optimizing sparse merkle trees](https://ethresear.ch/t/optimizing-sparse-merkle-trees/3751)** |
| 34 | + |
| 35 | +<br> |
| 36 | + |
| 37 | +#### pir |
| 38 | + |
| 39 | +* **[on simple private information retrieval experiments](https://mirror.xyz/go-outside.eth/4G5bsqUkjLxhQ0M9so3f25o4cABwN--tC40N3jkReug)** |
| 40 | + |
| 41 | +<br> |
| 42 | + |
| 43 | +#### bls multisig |
| 44 | + |
| 45 | +* **[bls multi-signatures with pub-key aggregation](https://crypto.stanford.edu/~dabo/pubs/papers/BLSmultisig.html)** |
| 46 | + |
| 47 | +<br> |
| 48 | + |
| 49 | +#### general |
| 50 | + |
| 51 | +* **[how to leak a secret](https://people.csail.mit.edu/rivest/pubs/RST01.pdf)** |
24 | 52 | * **[bitcoin-monero cross-chain atomic swap](https://eprint.iacr.org/2020/1126.pdf)**
|
25 | 53 | * **[atomic swaps between bitcoin and monero](https://arxiv.org/pdf/2101.12332.pdf)**
|
26 |
| -* **[introdcution to differential power analysis](https://link.springer.com/content/pdf/10.1007/s13389-011-0006-y.pdf)** |
27 |
| -* **[the 12 commandments of synchornization](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.227.3871&rep=rep1&type=pdf)** |
28 |
| -* **[how to leak a secret](https://people.csail.mit.edu/rivest/pubs/RST01.pdf)** |
29 |
| -* **[ring confidential transactions](https://eprint.iacr.org/2015/1098.pdf)** |
30 |
| -* **[optimizing sparse merkle trees](https://ethresear.ch/t/optimizing-sparse-merkle-trees/3751)** |
|
0 commit comments