diff options
author | Jason Gross <jgross@mit.edu> | 2017-10-14 16:01:37 -0400 |
---|---|---|
committer | Jason Gross <jasongross9@gmail.com> | 2017-10-18 23:01:29 -0400 |
commit | 0b03656ba15c354165ee14eda054de4489faeb9c (patch) | |
tree | 9c28e78ef48389a350fd8603d49f9eedc8f0c31f /src/Specific/montgomery32_2e174m3/Synthesis.v | |
parent | d36702195ac82c2636b2f5842ae5fe210b7c415f (diff) |
Run remake_curves.py
Diffstat (limited to 'src/Specific/montgomery32_2e174m3/Synthesis.v')
-rw-r--r-- | src/Specific/montgomery32_2e174m3/Synthesis.v | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Specific/montgomery32_2e174m3/Synthesis.v b/src/Specific/montgomery32_2e174m3/Synthesis.v new file mode 100644 index 000000000..bd48969cc --- /dev/null +++ b/src/Specific/montgomery32_2e174m3/Synthesis.v @@ -0,0 +1,9 @@ +Require Import Crypto.Specific.Framework.SynthesisFramework. +Require Import Crypto.Specific.montgomery32_2e174m3.CurveParameters. + +Module P <: PrePackage. + Definition package : Tag.Context. + Proof. make_Synthesis_package curve extra_prove_mul_eq extra_prove_square_eq. Defined. +End P. + +Module Export S := PackageSynthesis P. |