From 102904674d12d1791f55a55cb66a334e5c21715a Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Sat, 21 Oct 2017 23:43:59 -0400 Subject: Add tight and loose bounds, no carry in add, sub Following Andres' suggestions to allow making ladderstep from other synthesis things. It went though mostly without a hitch, though there were a number of boilerplate changes needed. --- src/Specific/solinas32_2e255m2e4m2e1m1/freeze.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Specific/solinas32_2e255m2e4m2e1m1/freeze.v') diff --git a/src/Specific/solinas32_2e255m2e4m2e1m1/freeze.v b/src/Specific/solinas32_2e255m2e4m2e1m1/freeze.v index ee06e20dd..1a5aa3cac 100644 --- a/src/Specific/solinas32_2e255m2e4m2e1m1/freeze.v +++ b/src/Specific/solinas32_2e255m2e4m2e1m1/freeze.v @@ -3,8 +3,8 @@ Require Import Crypto.Specific.solinas32_2e255m2e4m2e1m1.Synthesis. (* TODO : change this to field once field isomorphism happens *) Definition freeze : - { freeze : feBW -> feBW - | forall a, phiBW (freeze a) = phiBW a }. + { freeze : feBW_tight -> feBW_limbwidths + | forall a, phiBW_limbwidths (freeze a) = phiBW_tight a }. Proof. Set Ltac Profiling. Time synthesize_freeze (). -- cgit v1.2.3