zmodn-rs

A simple Rust library for integers modulo N
git clone https://git.tronto.net/zmodn-rs
Download | Log | Files | Refs | README

Cargo.toml (79B)


      1 [package]
      2 name = "zmodn-rs"
      3 version = "0.1.0"
      4 edition = "2024"
      5 
      6 [dependencies]