From 7597823a9eeab291a4320f2f6f9888da9079ce1a Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Sun, 21 Jul 2024 01:32:09 +0200 Subject: [PATCH] revert towering for Fp12 --- constantine/math/extension_fields/towers.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constantine/math/extension_fields/towers.nim b/constantine/math/extension_fields/towers.nim index 456684e5..20fc0d51 100644 --- a/constantine/math/extension_fields/towers.nim +++ b/constantine/math/extension_fields/towers.nim @@ -57,8 +57,8 @@ type CubicExt[Fp2[Name]] Fp12*[Name: static Algebra] = - # CubicExt[Fp4[Name]] - QuadraticExt[Fp6[Name]] + CubicExt[Fp4[Name]] + # QuadraticExt[Fp6[Name]] template c0*(a: ExtensionField): auto = a.coords[0]