zmodn

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

DateCommit messageAuthorFiles+-
2024-12-21 17:13Revert "Fix division" Actually you cannot do division like that, the result is not unique.Sebastiano Tronto2+3-15
2024-12-21 16:54Fix divisionSebastiano Tronto2+15-3
2024-12-21 16:38Added power operatorSebastiano Tronto2+15-0
2024-12-21 16:22Make N's type generic for possible use with bigintSebastiano Tronto2+26-24
2024-12-21 15:19Fix possible overflow with assignment operationsSebastiano Tronto2+21-3
2024-12-21 13:50simlified extended gcdSebastiano Tronto1+3-19
2024-12-21 11:30Initial commitSebastiano Tronto3+209-0