#number-theory #bignum #cryptography

discrete-logarithm

Fast discrete logarithm solver

3 releases (1 stable)

1.0.0 Jun 25, 2024
0.1.0 Jul 28, 2023
0.0.0 Jul 28, 2023

#1150 in Math

Download history 46/week @ 2024-06-28 76/week @ 2024-07-05 17/week @ 2024-07-12 9/week @ 2024-07-19 44/week @ 2024-07-26 43/week @ 2024-08-02 56/week @ 2024-08-09 12/week @ 2024-08-16 12/week @ 2024-08-23 25/week @ 2024-08-30 48/week @ 2024-09-06 39/week @ 2024-09-13 62/week @ 2024-09-20 91/week @ 2024-09-27 39/week @ 2024-10-04 17/week @ 2024-10-11

213 downloads per month
Used in rsacracker

MIT/Apache and LGPL-3.0+

24KB
563 lines

Discrete Logarithm Solver

Build Crate.io codecov

Fast discrete logarithm solver in Rust.

The code is based on the sympy implementation and translated to Rust.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~22MB
~514K SLoC