aboutsummaryrefslogtreecommitdiff
path: root/src/ModularArithmetic/BarrettReduction/ZBounded.v
Commit message (Collapse)AuthorAge
* Work around bug #4165 (broken context) in 8.4Gravatar Jason Gross2016-08-10
| | | | | This is https://coq.inria.fr/bugs/show_bug.cgi?id=4165, context replacement is broken (in the presence of [let]).
* Specify a type of bounded integers for mod arithGravatar Jason Gross2016-08-09
Also use it to implement Montgomery reduction and Barrett reduction.