#number-theory #bignum #cryptography

discrete-logarithm

Fast discrete logarithm solver

2 unstable releases

0.1.0 Jul 28, 2023
0.0.0 Jul 28, 2023

#1661 in Math

Download history 23/week @ 2024-01-08 3/week @ 2024-01-15 31/week @ 2024-02-05 9/week @ 2024-02-12 36/week @ 2024-02-19 31/week @ 2024-02-26 50/week @ 2024-03-04 65/week @ 2024-03-11 24/week @ 2024-03-18 21/week @ 2024-03-25 94/week @ 2024-04-01 29/week @ 2024-04-08 39/week @ 2024-04-15

185 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
~516K SLoC