lenstra
There are 7 repositories under lenstra topic.
AdamWhiteHat/GNFS
A complete, proof-of-concept, C# implementation of the General Number Field Sieve algorithm for factoring very large semi-prime numbers. The focus was on readability and understandability of the code, not performance.
hurchalla/factoring
EPR: A Factoring and Primality checking library for C++
p4r4xor/large-integer-factorization
Very large integer factorization implemented in Python
adrianperezkeilty/Mathematical-Cryptography
Mathematical cryptography (custom implementations).
daedalus/minerva_all_poc
Minerva is a group of side-channel vulnerabilities in implementations of ECDSA/EdDSA in programmable smart cards and cryptographic software libraries
harsh96/Integer-Factorisation
Implementing various methods of prime factorisation on very large numbers handled using strings.
stschaef/LLL
A programmatic animation of the LLL algorithm, made using manim (Python)