You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cargo.toml 248B

1234567891011121314
  1. [package]
  2. name = "apet_ex1"
  3. version = "0.1.0"
  4. edition = "2024"
  5. [features]
  6. stdout=[]
  7. [dependencies]
  8. curve25519-dalek = { version = "4.1.3", features = ["rand_core", "digest"] }
  9. rand = "0.8.5"
  10. rand_core = "0.4"
  11. num-bigint = "0.4"
  12. num-traits = "0.2"