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

View File

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