cryptol/src
Trevor Elliott 1e723d5265 Add a rule for multiplication
When the constraint is of the form, `k1 * x = k2 * y`, and `gcd k1 k2 /= 1`,
simplify the constraint to `(k1 / gcd k1 k2) * x = (k2 / gcd k1 k2) * y`.
(NOTE: this doesn't produce a new constraint that uses division, but
evaluates the two two constants.)
2017-03-24 16:41:12 -07:00
..
Cryptol Add a rule for multiplication 2017-03-24 16:41:12 -07:00
GitRev.hs Update copyright dates and add missing headers 2016-01-19 18:19:35 -08:00