From 845345fbda18b6371758d28a2a740ecbd42719a5 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 13 Jan 2015 14:53:47 -0500 Subject: [PATCH] fix references in README.md --- cryptography/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cryptography/README.md b/cryptography/README.md index 4b767b4..ca31f8d 100644 --- a/cryptography/README.md +++ b/cryptography/README.md @@ -1,10 +1,10 @@ * [A Method for Obtaining Digital Signatures and Public-Key Cryptosystems](http://people.csail.mit.edu/rivest/Rsapaper.pdf) * [Twenty Years of Attacks on the RSA Cryptosystem](https://crypto.stanford.edu/~dabo/papers/RSA-survey.pdf) -* ["Communication Theory of Secrecy Systems"](communication-theory-of-secrecy-systems.pdf) +* [Communication Theory of Secrecy Systems](communication-theory-of-secrecy-systems.pdf) ## Related Works -### ["A Mathematical Theory of Cryptography" (1945) - Shannon](http://www.cs.bell-labs.com/who/dmr/pdfs/shannoncryptshrt.pdf) +### [A Mathematical Theory of Cryptography (1945)](http://www.cs.bell-labs.com/who/dmr/pdfs/shannoncryptshrt.pdf) - Shannon The original classified memo for Bell Labs that was republished in 1949 as ["Communication Theory of Secrecy Systems"](communication-theory-of-secrecy-systems.pdf). -### ["A Mathematical Theory of Communication" (1945) - Shannon](../information_theory/a-mathematical-theory-of-communication-1948.pdf) +### [A Mathematical Theory of Communication (1948)](../information_theory/a-mathematical-theory-of-communication-1948.pdf) - Shannon Shannon said that his wartime insights into communication theory and cryptography developed simultaneously and that "they were so close together you couldn’t separate them". ["Communication Theory of Secrecy Systems"](communication-theory-of-secrecy-systems.pdf) incorporates many concepts and formulations that also appeared in his 1948 paper.