Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 3663fe6

Browse files
galois fields, part one
1 parent 1ad3775 commit 3663fe6

File tree

1 file changed

+31
-8
lines changed

1 file changed

+31
-8
lines changed

cryptography/README.md

+31-8
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,38 @@
1616

1717
<br>
1818

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+
2031
* **[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)**
2232
* **[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)**
2452
* **[bitcoin-monero cross-chain atomic swap](https://eprint.iacr.org/2020/1126.pdf)**
2553
* **[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

Comments
 (0)