aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/cryptography.md
diff options
context:
space:
mode:
authorEduardo Julian2020-10-31 20:26:37 -0400
committerEduardo Julian2020-10-31 20:26:37 -0400
commit69272f598d831e89da83bdc8c9290d5607dfb14d (patch)
tree4915f241708344209d4c35ccdc8b8e57bab68e4c /documentation/bookmark/cryptography.md
parenteea741e9b4a47ae09832311d6d61f0bd6024f673 (diff)
Re-named the directory for my bookmarks to better reflect what they are.
Diffstat (limited to 'documentation/bookmark/cryptography.md')
-rw-r--r--documentation/bookmark/cryptography.md60
1 files changed, 60 insertions, 0 deletions
diff --git a/documentation/bookmark/cryptography.md b/documentation/bookmark/cryptography.md
new file mode 100644
index 000000000..7eaf9cc9f
--- /dev/null
+++ b/documentation/bookmark/cryptography.md
@@ -0,0 +1,60 @@
+# Constant-time programming
+
+1. [Constant-Time WebAssembly](https://github.com/PLSysSec/ct-wasm)
+1. [Verifying Constant-Time Implementations](https://michael-emmi.github.io/papers/conf-uss-AlmeidaBBDE16.pdf)
+1. https://www.bearssl.org/ctmul.html
+1. [FaCT: A Flexible, Constant-Time Programming Language](https://cseweb.ucsd.edu/~dstefan/pubs/cauligi:2017:fact.pdf)
+1. [FaCT: A DSL for Timing-Sensitive Computation](https://ranjitjhala.github.io/static/fact_dsl.pdf)
+1. ["FaCT: A New Language for Constant-Time Programming" by Sunjay Cauligi](https://www.youtube.com/watch?v=kbn9UCRK2Qg)
+
+# Zero-knowledge proof
+
+1. ["Rhapsody in Zero Knowledge: Proving Without Revealing" by Tony Arcieri](https://www.youtube.com/watch?v=jKSz7W5dTgY)
+1. [Zero-Knowledge Proofs: What are they, how do they work, and are they fast yet?](https://zkp.science/)
+
+# Hash
+
+1. [On future-proof cryptographic hashes](https://pascalprecht.github.io/posts/future-proofed-hashes-with-multihash/)
+
+# Library
+
+1. [zinc: Introduce minimal cryptography library](https://git.kernel.org/pub/scm/linux/kernel/git/zx2c4/linux.git/commit/?h=zinc)
+1. https://joshlf.com/post/2018/11/06/introducing-mundane/
+1. https://github.com/akhawaja/ecc-crypto-helper
+1. [Introducing CIRCL: An Advanced Cryptographic Library](https://blog.cloudflare.com/introducing-circl/)
+
+# Criticism
+
+1. [Fuck RSA](https://blog.trailofbits.com/2019/07/08/fuck-rsa/)
+
+# Reference
+
+1. [Sunjay Cauligi - Constant-time crypto programming with FaCT](https://www.youtube.com/watch?v=SSEHF_u79e4)
+1. https://blog.acolyer.org/2018/07/06/oblix-an-efficient-oblivious-search-index/
+1. https://cryptography.pizza/
+1. [HACL∗: A Verified Modern Cryptographic Library](https://eprint.iacr.org/2017/536.pdf)
+1. [How to Use Java Cryptography API Securely](https://www.youtube.com/watch?v=3HIdaSgxMlo)
+1. [A Graduate Course in Applied Cryptography](http://toc.cryptotextbook.net/home)
+1. https://github.com/InstantWebP2P/tweetnacl-java
+1. https://github.com/kevinburke/nacl
+1. https://github.com/miracl/MIRACL
+1. https://github.com/open-quantum-safe/liboqs
+1. https://www.bearssl.org/bigint.html
+1. https://timtaubert.de/blog/2018/08/bitslicing-an-introduction/
+1. [CT-Wasm: Type-Driven Secure Cryptography for the Web Ecosystem](https://arxiv.org/abs/1808.01348)
+1. https://arstechnica.com/information-technology/2013/10/a-relatively-easy-to-understand-primer-on-elliptic-curve-cryptography/
+1. https://medium.com/@dbkats/a-gentle-introduction-to-attribute-based-encryption-edca31744ac6
+1. https://cryptoswift.io/
+
+# Language
+
+1. https://cryptol.net/
+1. [Formally Verified Cryptographic Web Applicationsin WebAssembly](https://eprint.iacr.org/2019/542.pdf)
+
+# Randomness extractor
+
+1. [An introduction to randomness extractors](https://cs.haifa.ac.il/~ronen/online_papers/ICALPinvited.pdf)
+
+# Homomorphic Encryption
+
+1. [Practical Homomorphic Encryption Over the Integers](https://arxiv.org/abs/1702.07588)