Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Jan 19, 2024
1 parent 4bf6fe3 commit e665243
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions yarn-project/foundation/src/fields/fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export class Fq extends BaseField {

// Beware: Performance bottleneck below

/**
/**
* Find the modular inverse of a given element, for BN254 Fr.
*/
function modInverse(b: bigint) {
Expand All @@ -303,7 +303,6 @@ function extendedEuclidean(a: bigint, modulus: bigint): [bigint, bigint, bigint]
}
}


/**
* GrumpkinScalar is an Fq.
* @remarks Called GrumpkinScalar because it is used to represent elements in Grumpkin's scalar field as defined in
Expand Down

0 comments on commit e665243

Please sign in to comment.