aboutsummaryrefslogtreecommitdiff
path: root/src/Util
Commit message (Collapse)AuthorAge
* NumTheoryUtil: proved Fermat's Little Theorem.Gravatar Jade Philipoom2016-01-23
|
* NumTheoryUtil : code cleanup; moved some lemmas to ZUtil.Gravatar Jade Philipoom2016-01-23
|
* Import coqprime; use it to prove Euler's criterion.Gravatar Jade Philipoom2016-01-20
|
* Merge branch 'master' of github.mit.edu:plv/fiat-cryptoGravatar Jade Philipoom2016-01-13
|\
* | euler's criterion reduced to fermat's little theorem and two lemmas about ↵Gravatar Jade Philipoom2016-01-13
| | | | | | | | primitive roots.
| * Merge branch 'specific-rewrite'Gravatar Andres Erbsen2016-01-06
|/|
| * fix letify to only insert a term onceGravatar Andres Erbsen2016-01-06
| |
* | Util: added util lemmas needed to instantiate EdDSA25519.Gravatar Jade Philipoom2016-01-05
|/
* reorganized lemmas; moved several to ListUtil and ZUtil.Gravatar Jade Philipoom2015-11-24
|
* Added base_succ precondition to BaseSystem to help prove carrying.Gravatar Jade Philipoom2015-11-19
|
* ModularBaseSystem: carry_rep has boring modular arithmetic proofsGravatar Andres Erbsen2015-11-17
|
* ModularBaseSystem.carry: implement, state lemmas, some progress on proofsGravatar Andres Erbsen2015-11-17
|
* BaseSystem: more boringGravatar Andres Erbsen2015-11-10
|
* ModularBaseSystem: finished most admits for addition and multiplication, ↵Gravatar Jade Philipoom2015-11-09
| | | | moved some lemmas to ListUtil.
* ModularBaseSystem: prove some admits in mase system extensionGravatar Andres Erbsen2015-11-07
|
* ModularBaseSystem: continuing to prove base_good.Gravatar Jade Philipoom2015-11-07
|
* Merge remote-tracking branch 'jadep/master'Gravatar Andres Erbsen2015-11-06
|\
* | instantiate BaseSystem using base 2^ceil(25.5i) representation of GF(2^255-19)Gravatar Andres Erbsen2015-11-06
| |
| * Added lemmas to ListUtil and BaseSystem to help in ModularBaseSystem.Gravatar Jade Philipoom2015-11-05
| |
| * Relocated boring tactic to ListUtil and added combine_truncate lemma.Gravatar Jade Philipoom2015-11-04
|/
* set_nth_splice case coverageGravatar Andres Erbsen2015-11-03
|
* more set_nthGravatar Andres Erbsen2015-11-03
|
* set_nthGravatar Andres Erbsen2015-11-01
|
* BaseSystem to Util.ListUtil: separate out generic list lemmasGravatar Andres Erbsen2015-10-29