Recommended Books
From Crypto++ Wiki
Contents |
[edit]
C++ Books
- Modern C++ Design: Generic Programming and Design Patterns Applied - How to do really amazing things with templates.
- Effective C++ - Tips on using C++.
- The C++ Programming Language, Special Edition - The C++ manual from the original designer of C++, Bjarne Stroustrup. This edition is up to date with the ISO/ANSI C++ Standard.
- Exceptional C++ - C++ puzzles and solutions
[edit]
Cryptography Books
- Applied Cryptography: Protocols, Algorithms, and Source Code in C, 2nd Edition - A very good introduction to cryptography from a practical perspective.
- Handbook of Applied Cryptography - Execellent crypto reference book.
- Handbook of Applied Cryptography (online) - All chapters of the latest edition are available online. Thanks, CRC Press!
- A Course in Computational Algebraic Number Theory - Get this book if you are interested in learning about some of the number theory related algorithms in Crypto++.
- The Art of Computer Programming : Seminumerical Algorithms - Volume 2 of Donald Knuth's classic series The Art of Computer Programming.
[edit]
Crypto-Related Fiction
- A Fire upon the Deep - Reading this book may have caused me to write Crypto++.
- A Deepness in the Sky - The equally good prequel to A Fire upon the Deep.
- True Names: And the Opening of the Cyberspace Frontier - This book contains the novella "True Names" by Vernor Vinge.
- Cryptonomicon - An interwoven story about World War II code breaking and building a present-day data haven in the Philippines.
- The Diamond Age - Neo-Victorian nanotech with crypto.
[edit]
