mintEC paper

This commit is contained in:
2022-10-31 17:26:56 +01:00
parent a9eda356bf
commit 765e23c30c
34 changed files with 802 additions and 20 deletions

View File

@ -0,0 +1,13 @@
[package]
name = "rechenrätsel"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "3.0.10", features = ["derive"] }
num-derive = "0.3.3"
num-integer = "0.1.44"
num-traits = "0.2.14"
rand = "0.8.4"