CrackingCodes.Ch13 package¶
Submodules¶
CrackingCodes.Ch13.PracticeQuestions module¶
Chapter 13 Practice Questions
Answers Chapter 13 Practice Questions via Python code.
CrackingCodes.Ch13.cryptomath module¶
Cryptomath Module
Provides mathematical functions for use in cryptography. (Discrete mathematics FTW!)
Note
- https://www.nostarch.com/crackingcodes/ (BSD Licensed)