diffie-hellman/Cargo.toml
2026-04-22 22:58:25 -04:00

13 lines
267 B
TOML

[package]
name = "diffie-hellman"
version = "0.1.0"
edition = "2024"
description = "toy implementation of diffie-hellman key exchange"
homepage = "https://g.pyrope.net/diffie-hellman"
[dependencies]
ntt = "0.1.9"
primes = "0.4.0"
rand = "0.10.1"
rpassword = "7.4.0"