Skip to content

Commit

Permalink
tower: fix typescript type
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Sep 7, 2024
1 parent c13d9d0 commit 0a9024f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/abstract/tower.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export type Fp12Bls = mod.IField<Fp12> & {
mul034(num: Fp12, o0: Fp2, o3: Fp2, o4: Fp2): Fp12;
conjugate(num: Fp12): Fp12;
finalExponentiate(num: Fp12): Fp12;
fromBigTwelve(num: BigintTwelve): Fp12;
};

function calcFrobeniusCoefficients<T>(
Expand Down

0 comments on commit 0a9024f

Please sign in to comment.