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
- Host: GitHub
- URL: https://github.com/jochasinga/cryptoclass
- Owner: jochasinga
- Created: 2018-03-14T04:44:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T05:42:52.000Z (about 8 years ago)
- Last Synced: 2024-10-18T15:16:57.064Z (over 1 year ago)
- Language: Standard ML
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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