Python Module Index
t | ||
toy_crypto | ||
toy_crypto.birthday | Birthday problem computations | |
toy_crypto.ec | Simple elliptic curves | |
toy_crypto.nt | Number theorertic utilities and integer factorization tools | |
toy_crypto.rand | Randon number utitilities | |
toy_crypto.rsa | Some primative RSA classes | |
toy_crypto.sec_games | Classes for running security games, including IND-CPA and IND-EAV. | |
toy_crypto.types | Helpful(?) type definitions and guards. | |
toy_crypto.utils | Various utilities | |
toy_crypto.vigenere | For when one needs to demonstrate the Vigenère cipher |