Skip to content

Commit

Permalink
revert towering for Fp12
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Jul 20, 2024
1 parent 21b072a commit 7597823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constantine/math/extension_fields/towers.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7597823

Please sign in to comment.