Metadata-Version: 2.1
Name: serenest
Version: 0.1.5
Summary: cryptography tools for CTF, by Serenest
Home-page: https://gitlab.com/Serenest/serenest
Author: Serenest
Author-email: serenest.ctf@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3

This library is still work in progress.

Before reaching version 1.0.0, I plan on adding at least the following features:

Cryptoutils:
    -Tonelli-Shanks
    -AKS primality test

Diffie-Hellman and DLP:
    -pohlig-hellman

Factoring:
    -pollard
    -difference of squares
    -number field sieve

Various:
    -Cleaner documentation





