.. toycrypto documentation master file, created by sphinx-quickstart on Mon Oct 14 13:01:10 2024. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. include:: /../common/unsafe.rst Toy cryptographic functions and utilities ========================================== This is a collection of utilities that can be used for illustrating or exploring some cryptographic concepts. Although it includes implementations of some cryptographic algorithms, these are **not secure** implementations. Note that if you need to do cryptography in Python, I recommend pyca_ or PyNaCl_. If you want tools to explore the algebraic and number theoretic constructs used in cryptography, look at SageMath_ or sympy_. Table of Contents ------------------ .. toctree:: :maxdepth: 2 intro/quickstart why/index modules/index bibliography