Update README.md

This commit is contained in:
Pavlo Farb 2018-08-29 19:45:27 +03:00 committed by GitHub
parent 3fde63df8c
commit 5c69256cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -16,10 +16,10 @@ It will be extended gradually as I find something of "must-have" value. Pull req
## Contents
* [Introducing people to data security and cryptography](#introducing-people-to-data-security-and-cryptography)
* [Simple: cryptography for non-engineers](#simple-cryptography-for-non-engineers)
* [Brief engineer-oriented introductions](#brief-engineer-oriented-introductions)
* [Specific topics](#specific-topcs)
* [Introducing people to data security and cryptography](#introducing-people-to-data-security-and-cryptography).
* [Simple: cryptography for non-engineers](#simple-cryptography-for-non-engineers).
* [Brief engineer-oriented introductions](#brief-engineer-oriented-introductions).
* [Specific topics](#specific-topcs).
* [Hashing](#hashing) - important bits on modern and classic hashes.
* [Secret key cryptography](#secret-key-cryptography) - all things symmetric encryption.
* [Cryptoanalysis](#cryptoanalysis) - attacking cryptosystems.
@ -28,9 +28,9 @@ It will be extended gradually as I find something of "must-have" value. Pull req
* [Zero Knowledge Proofs](#zero-knowledge-proofs) - Proofs of knowledge and other non-revealing cryptosystems.
* [Math](#math) - useful math materials in cryptographic context.
* [Post-quantum cryptography](#post-quantum-cryptography) - Cryptography in post-quantum period.
* [Books](#books)
* [Lectures and educational courses](#lectures-and-educational-courses)
* [Online crypto challenges](#online-crypto-challenges)
* [Books](#books).
* [Lectures and educational courses](#lectures-and-educational-courses).
* [Online crypto challenges](#online-crypto-challenges).
## The list