aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/X25519/C32/freeze.v
blob: 9af1e8e0f3907783d4e24f9deea3ee842db0ec7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Require Import Crypto.Arithmetic.PrimeFieldTheorems.
Require Import Crypto.Specific.X25519.C32.Synthesis.

(* TODO : change this to field once field isomorphism happens *)
Definition freeze :
  { freeze : feBW -> feBW
  | forall a, phiBW (freeze a) = phiBW a }.
Proof.
  Set Ltac Profiling.
  Time synthesize_freeze ().
  Show Ltac Profile.
Time Defined.