Skip to content

Commit

Permalink
mod/gm: correcting the logic of some functions and fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrwnaguib committed Dec 16, 2024
1 parent 1480bd6 commit 25553b8
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 117 deletions.
5 changes: 2 additions & 3 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ edition = "2021"
[dependencies]
serde = { version = "1.0", default-features = false }
rand = "0.8.5"
rug = "1.26.1"
sha2 = "0.10.8"
num-bigint = "0.4.6"
num-iter = "0.1.45"
num-traits = "0.2.19"
num-integer = "0.1.46"
rug = "1.26.1"
sha2 = "0.10.8"
num-integer = "0.1.46"
Loading

0 comments on commit 25553b8

Please sign in to comment.