aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/GF25519Reflective/Reified.v
diff options
context:
space:
mode:
authorGravatar Robert Sloan <varomodt@google.com>2016-11-08 19:02:15 -0800
committerGravatar Robert Sloan <varomodt@google.com>2016-11-08 19:02:15 -0800
commit6dbb07114f9e463007d80112242117e165c6698f (patch)
tree1b68801efb430b3423a8cff1fa25719c305bbbcc /src/Specific/GF25519Reflective/Reified.v
parentea549915c168d1d4440708b75a35ec450648cf8e (diff)
parentc89a77f3b6de068aaf1b8cd2adad73ef64c7fb13 (diff)
Not quite done with WordUtil lemmas.
Diffstat (limited to 'src/Specific/GF25519Reflective/Reified.v')
-rw-r--r--src/Specific/GF25519Reflective/Reified.v13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Specific/GF25519Reflective/Reified.v b/src/Specific/GF25519Reflective/Reified.v
new file mode 100644
index 000000000..98edc1282
--- /dev/null
+++ b/src/Specific/GF25519Reflective/Reified.v
@@ -0,0 +1,13 @@
+(** We split the reification up into separate files, one operation per
+ file, so that it can run in parallel. *)
+Require Export Crypto.Specific.GF25519Reflective.Reified.Add.
+Require Export Crypto.Specific.GF25519Reflective.Reified.CarryAdd.
+Require Export Crypto.Specific.GF25519Reflective.Reified.Sub.
+Require Export Crypto.Specific.GF25519Reflective.Reified.CarrySub.
+Require Export Crypto.Specific.GF25519Reflective.Reified.Mul.
+Require Export Crypto.Specific.GF25519Reflective.Reified.Opp.
+Require Export Crypto.Specific.GF25519Reflective.Reified.CarryOpp.
+Require Export Crypto.Specific.GF25519Reflective.Reified.Freeze.
+Require Export Crypto.Specific.GF25519Reflective.Reified.GeModulus.
+Require Export Crypto.Specific.GF25519Reflective.Reified.Pack.
+Require Export Crypto.Specific.GF25519Reflective.Reified.Unpack.