Metadata-Version: 2.1
Name: cryptocourse
Version: 1.0.3
Summary: A cryptography library with minimal dependencies used for teaching cryptography
Author-email: Johan Galle <johan.galle@howest.be>
Project-URL: Homepage, https://github.com/Johangalle/Cryptography
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Cryptography course
Code snippets to learn cryptography without the need to use other libraries. DO NOT USE IN PRODUCTION

Installation procedure: 
     pip3 install cryptocourse

Use it in Python, e.g.:
     from cryptocourse import basic_ec

On the github, you find some short code snippets to give you an idea how everything works. This material complements the cryptography course that I 
teach at Howest (https://www.howest.be).

More complete documentation can be found on https://github.com/Johangalle/Cryptography.

