An open API service indexing awesome lists of open source software.

https://github.com/jochasinga/cryptoclass

Lecture notes for Coursera's cryptocurrency course
https://github.com/jochasinga/cryptoclass

Last synced: 5 months ago
JSON representation

Lecture notes for Coursera's cryptocurrency course

Awesome Lists containing this project

README

          

# Cryptoclass

Lecture notes and code from [Coursera's cryptocurrency course][1].
Code is mostly in [Ocaml][2].

## Table of Contents

### [Week 1](week-1)
1. [Cryptographic Hash Functions][3]
2. [Hash Pointers and Data Structures][4]
3. [Digital Signatures][5]
4. [Public Keys as Identities][6]
5. [A Simple Cryptocurrency][7]

[1]: https://www.coursera.org/learn/cryptocurrency
[2]: https://ocaml.org/
[3]: week-1/1.1
[4]: week-1/1.2
[5]: week-1/1.3
[6]: week-1/1.4
[7]: week-1/1.5