aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/ArithmeticSynthesisTest130.v
Commit message (Collapse)AuthorAge
* Fold Karatsuba into json format and synthesisGravatar Jason Gross2017-10-18
| | | | | The json format now takes an additional, optional "goldilocks" boolean / boolean-string key determining if we're doing karatsuba.
* More fine-grained tactics importsGravatar Jason Gross2017-07-08
|
* Don't rely on autogenerated namesGravatar Jason Gross2017-06-05
| | | | | | This fixes all of the private-names warnings emitted by compiling fiat-crypto with https://github.com/coq/coq/pull/268 (minus the ones in coqprime, which I didn't touch).
* Construct a24_sigGravatar Jason Gross2017-04-17
|
* Add 130-bit 3-register synthesisGravatar Jason Gross2017-04-07
This one has fewer operations, and so will be faster to play with