aboutsummaryrefslogtreecommitdiff
path: root/_CoqProject
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-06-17 23:51:38 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-06-17 23:51:38 -0400
commitec7aae22d2eef0787a529bb57a3530b18b3f02ad (patch)
tree6138e15afcdd9090cd659b6ac2027471eb22a36e /_CoqProject
parent80d8ffbfb6bf3607cf7ef28033d13561bbadf2ba (diff)
Add 128-bit version of montgomery for testing
Diffstat (limited to '_CoqProject')
-rw-r--r--_CoqProject2
1 files changed, 2 insertions, 0 deletions
diff --git a/_CoqProject b/_CoqProject
index abc7889c5..bad5f0db9 100644
--- a/_CoqProject
+++ b/_CoqProject
@@ -227,6 +227,7 @@ src/Specific/IntegrationTestLadderstep130Display.v
src/Specific/IntegrationTestLadderstepDisplay.v
src/Specific/IntegrationTestMontgomeryP256.v
src/Specific/IntegrationTestMontgomeryP256Display.v
+src/Specific/IntegrationTestMontgomeryP256_128.v
src/Specific/IntegrationTestMul.v
src/Specific/IntegrationTestMulDisplay.v
src/Specific/IntegrationTestSquare.v
@@ -236,6 +237,7 @@ src/Specific/IntegrationTestSubDisplay.v
src/Specific/IntegrationTestTemporaryMiscCommon.v
src/Specific/Karatsuba.v
src/Specific/MontgomeryP256.v
+src/Specific/MontgomeryP256_128.v
src/Specific/FancyMachine256/Barrett.v
src/Specific/FancyMachine256/Core.v
src/Specific/FancyMachine256/Montgomery.v