Live data from Hacker News

Bitcoin Cryptography: Simply Explained

drive.google.com

1–5 of 5 posts

Re: Bitcoin Cryptography: Simply Explained

#2
This is quite a nice introduction to cryptography on it's own, there is not Bitcoin aspect to it at all.

It introduces what cryptography (very basic number shift cyphers) and then brings in hashing , symmetric / asymmetric encryption and the finally elliptic curves.

Re: Bitcoin Cryptography: Simply Explained

#3

This is quite a nice introduction to cryptography on it's own, there is not Bitcoin aspect to it at all. It introduces what cryptography (very basic number shift cyphers) and then brings in hashing , symmetric / asymmetric encryption and the finally elliptic curves.

Seems like it'd be good reading to compliment the whitepaper.

https://bitcoin.org/bitcoin.pdf

Re: Bitcoin Cryptography: Simply Explained

#4
One of the great features of Bitcoin is that it makes a near perfect teaching example for cryptography. Most people get that cryptography is about hiding messages, but they struggle with stuff like integrity, authentication/signatures, hash functions. Bitcoin has it all. You can have students sign transactions on bitcoins testnet, which is far easier than signing emails in PGP/GPG let me tell you.

Giving an undergrad the gift of digital signatures, cryptographic hash functions, merkle trees and hash-chains lets them understand so much about modern cryptographic engineering.