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
213 downloads per month
Used in rsacracker
24KB
563 lines
Discrete Logarithm Solver
Fast discrete logarithm solver in Rust.
The code is based on the sympy implementation and translated to Rust.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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