ecm

Elliptic Curve factorization - code and slides
git clone https://git.tronto.net/ecm
Download | Log | Files | Refs | README

Cargo.toml (194B)


      1 [package]
      2 name = "ecm"
      3 version = "0.1.0"
      4 edition = "2024"
      5 
      6 [dependencies]
      7 rand = "=0.8.5"
      8 num-integer = "=0.1.46"
      9 num-traits = "=0.2.19"
     10 num-bigint = { version = "=0.4.6", features = ["rand"] }