summaryrefslogtreecommitdiff
path: root/sem2/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2023-04-21 09:42:07 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2023-04-25 10:45:12 +0400
commit00856e19b215222176cf0cb9c83fd880846c2c0f (patch)
tree690d241ba70a5220e68ad881f2e94a6a4f71e8f6 /sem2/Cargo.toml
parentc2f76a4a4c67e2cc178eb9d91b5117233edf763d (diff)
Добавлена реализация алгоритма нахождения элемента g порядка q в конечном поле Z_p.
Diffstat (limited to 'sem2/Cargo.toml')
-rw-r--r--sem2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sem2/Cargo.toml b/sem2/Cargo.toml
index aee29a2..4ae5a60 100644
--- a/sem2/Cargo.toml
+++ b/sem2/Cargo.toml
@@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+fastrand = "1.9.0"
inquire = "0.5.3"
-rug = "1.17"