Skip to content

Commit

Permalink
doc: rug & bignum
Browse files Browse the repository at this point in the history
  • Loading branch information
skyf0l committed Jul 11, 2024
1 parent 36576ba commit 3346945
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Fast discrete logarithm solver in Rust.

The code is based on the [sympy](https://github.com/sympy/sympy) implementation and translated to Rust.

Based on [rug](https://crates.io/crates/rug), it can use [arbitrary-precision numbers (aka BigNum)](https://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic).

## License

Licensed under either of
Expand Down

0 comments on commit 3346945

Please sign in to comment.