notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Cryptography.md (682B)


      1 # Cryptography
      2 
      3 **Source:** Cryptography and Network Security / MIT MAS.S62 Cryptocurrency Engineering and Design
      4 
      5 **Definition:** Cryptography is the transformation of data from one form to another.
      6 
      7 ## Links
      8 
      9 - MIT MAS.S62 Cryptocurrency Engineering and Design
     10     - Lecture 1
     11         - [Digital Signature](DigitalSignature.md)
     12         - [Blind Signature](BlindSignature.md)
     13         - [Chaumian eCash](ChaumianECash.md)
     14         - [Cryptocurrency](Cryptocurrency.md)
     15         - [HashFunction](HashFunction.md)
     16         - [Lamport Signature](LamportSignature.md)
     17     - Lecture 2
     18         - [Cryptocurrency](Cryptocurrency.md)
     19         - [Distributed Consensus](DistributedConsensus.md)