aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/GF25519Reflective
diff options
context:
space:
mode:
Diffstat (limited to 'src/Specific/GF25519Reflective')
-rw-r--r--src/Specific/GF25519Reflective/Reified/AddCoordinates.v2
-rw-r--r--src/Specific/GF25519Reflective/Reified/LadderStep.v2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Specific/GF25519Reflective/Reified/AddCoordinates.v b/src/Specific/GF25519Reflective/Reified/AddCoordinates.v
index d35a0e5e9..e14c6c239 100644
--- a/src/Specific/GF25519Reflective/Reified/AddCoordinates.v
+++ b/src/Specific/GF25519Reflective/Reified/AddCoordinates.v
@@ -119,7 +119,7 @@ Qed.
Lemma radd_coordinatesZ_sigP : rexpr_sigP Expr9_4OpT uncurried_add_coordinates radd_coordinatesZ''.
Proof.
cbv [radd_coordinatesZ''].
- etransitivity; [ apply Interp_Linearize | ].
+ etransitivity; [ apply InterpLinearize | ].
cbv beta iota delta [apply9 apply9_nd interp_type_gen_rel_pointwise Expr9_4OpT SmartArrow ExprArgT radd_coordinatesZ'' uncurried_add_coordinates uncurry_unop_fe25519 SmartAbs radd_coordinatesZ' exprArg Extended.add_coordinates_gen Interp interp unop_make_args SmartVarf smart_interp_flat_map length_fe25519 add_coordinates].
intros.
unfold invert_Return at 13 14 15 16.
diff --git a/src/Specific/GF25519Reflective/Reified/LadderStep.v b/src/Specific/GF25519Reflective/Reified/LadderStep.v
index d82ac17ae..bab53cc52 100644
--- a/src/Specific/GF25519Reflective/Reified/LadderStep.v
+++ b/src/Specific/GF25519Reflective/Reified/LadderStep.v
@@ -124,7 +124,7 @@ Qed.
Lemma rladderstepZ_sigP : rexpr_sigP Expr9_4OpT uncurried_ladderstep rladderstepZ''.
Proof.
cbv [rladderstepZ''].
- etransitivity; [ apply Interp_Linearize | ].
+ etransitivity; [ apply InterpLinearize | ].
cbv beta iota delta [apply9 apply9_nd interp_type_gen_rel_pointwise Expr9_4OpT SmartArrow ExprArgT rladderstepZ'' uncurried_ladderstep uncurry_unop_fe25519 SmartAbs rladderstepZ' exprArg MxDH.ladderstep_gen Interp interp unop_make_args SmartVarf smart_interp_flat_map length_fe25519 ladderstep].
intros; cbv beta zeta.
unfold invert_Return at 14 15 16 17.