Metadata-Version: 1.2
Name: cryptopals
Version: 0.0.3
Summary: Provides building blocks that can be used to complete Matasano Cryptopals Challenges
Home-page: https://github.com/kmanc/cryptopals
Author: Kevin Conley
Author-email: kmancxc@gmail.com
License: MIT
Description: Welcome! This is the third and hopefully final reboot that I do on my cryptopals project.
        
        When this project is complete, it will be a python package that provides you access to some of the building blocks of cryptology. It will also be a Flask app that will use the package to (hopefully) teach you something about how the building blocks work and how they fit together.
        
        Stay tuned!
Keywords: Python,Crypto,Cryptopals
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Utilities
Requires-Python: >=3.6
