Crates.io | myon |
lib.rs | myon |
version | 0.1.0 |
source | src |
created_at | 2023-06-29 10:35:42.434871 |
updated_at | 2023-06-29 10:35:42.434871 |
description | Implementation of the Quadratic Sieve and Number Field Sieve |
homepage | |
repository | https://github.com/finn-rudolph/myon |
max_upload_size | |
id | 903153 |
size | 42,834 |
This project is in early stages and currently not usable. It will be able to factor large integers using the Quadratic Sieve and the Number Field Sieve.
These resources helped me during development. They are sometimes referenced in comments, so I know later where I got the algorithms from.