1 Star 0 Fork 34

wiszsw/Rust

forked from 编程语言算法集/Rust 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bob Peters 提交于 2023-01-24 02:07 +08:00 . Add Diffie-Hellman Key Exchange (#441)
[package]
name = "the_algorithms_rust"
edition = "2021"
version = "0.1.0"
authors = ["Anshul Malik <malikanshul29@gmail.com>"]
[dependencies]
lazy_static = "1.4.0"
num-bigint = { version = "0.4", optional = true }
num-traits = { version = "0.2", optional = true }
[features]
default = ["big-math"]
big-math = ["dep:num-bigint", "dep:num-traits"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/wiszsw/Rust.git
git@gitee.com:wiszsw/Rust.git
wiszsw
Rust
Rust
master

搜索帮助