Skip to content

Commit

Permalink
galois fields, part one
Browse files Browse the repository at this point in the history
  • Loading branch information
autistic-symposium-helper authored May 11, 2024
1 parent 1ad3775 commit 3663fe6
Showing 1 changed file with 31 additions and 8 deletions.
39 changes: 31 additions & 8 deletions cryptography/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,38 @@

<br>

* **[on simple private information retrieval experiments](https://mirror.xyz/go-outside.eth/4G5bsqUkjLxhQ0M9so3f25o4cABwN--tC40N3jkReug)**
#### math

* **[pairing-friendly elliptic curves of prime order](https://eprint.iacr.org/2005/133.pdf)**
* **[intro to differential power analysis](https://link.springer.com/content/pdf/10.1007/s13389-011-0006-y.pdf)**
* **[the 12 commandments of synchronization](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.227.3871&rep=rep1&type=pdf)**
* **[ring confidential transactions](https://eprint.iacr.org/2015/1098.pdf)**
* **[galois fields, part one](https://www.youtube.com/watch?v=yBVqk4YM2VY)**

<br>

#### authenticated data structures

* **[authenticated data structures as a library](https://bentnib.org/posts/2016-04-12-authenticated-data-structures-as-a-library.html)**
* **[bls multi-signatures with pub-key aggregation](https://crypto.stanford.edu/~dabo/pubs/papers/BLSmultisig.html)**
* **[authenticated data structures, generically](https://www.cs.umd.edu/~mwh/papers/gpads.pdf)**
* **[pairing-friendly elliptic curves of prime ordder](https://eprint.iacr.org/2005/133.pdf)**
* **[optimizing sparse merkle trees](https://ethresear.ch/t/optimizing-sparse-merkle-trees/3751)**

<br>

#### pir

* **[on simple private information retrieval experiments](https://mirror.xyz/go-outside.eth/4G5bsqUkjLxhQ0M9so3f25o4cABwN--tC40N3jkReug)**

<br>

#### bls multisig

* **[bls multi-signatures with pub-key aggregation](https://crypto.stanford.edu/~dabo/pubs/papers/BLSmultisig.html)**

<br>

#### general

* **[how to leak a secret](https://people.csail.mit.edu/rivest/pubs/RST01.pdf)**
* **[bitcoin-monero cross-chain atomic swap](https://eprint.iacr.org/2020/1126.pdf)**
* **[atomic swaps between bitcoin and monero](https://arxiv.org/pdf/2101.12332.pdf)**
* **[introdcution to differential power analysis](https://link.springer.com/content/pdf/10.1007/s13389-011-0006-y.pdf)**
* **[the 12 commandments of synchornization](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.227.3871&rep=rep1&type=pdf)**
* **[how to leak a secret](https://people.csail.mit.edu/rivest/pubs/RST01.pdf)**
* **[ring confidential transactions](https://eprint.iacr.org/2015/1098.pdf)**
* **[optimizing sparse merkle trees](https://ethresear.ch/t/optimizing-sparse-merkle-trees/3751)**

0 comments on commit 3663fe6

Please sign in to comment.