Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coyotespike/toycrypto
toy implementations of hashing and of RSA
https://github.com/coyotespike/toycrypto
Last synced: 20 days ago
JSON representation
toy implementations of hashing and of RSA
- Host: GitHub
- URL: https://github.com/coyotespike/toycrypto
- Owner: coyotespike
- Created: 2022-12-12T19:58:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T20:03:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T12:09:29.849Z (about 1 month ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toy Crypto
One file here is intended as a pedagogical tool. Motivated students from a humanities background (e.g. attorneys) will be able to understand how many blockchain applications simply fall out of the technical structure.
The technical structure of a hash tree encasing each previous block in an ever-deepening layer of amber can be understood if they understand hashing.
They don't need to understand actual SHA256, an intuition is sufficient.
The RSA implementation also imparts some intuition.