Skip to content

Commit

Permalink
wats dis
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincharm committed Aug 6, 2024
1 parent f0a9320 commit f5642d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pairing.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { expect } from 'chai'
import { pair, validatePairing } from '../src/pairing'
import { PointG1, PointG2 } from '../src/point'
import { Fq, Fq12, Fq2, R } from '../src/ff'
import { Fq, Fq12, Fq2 } from '../src/ff'
import testVectors from './vectors/bls_pairing'
import { computeWitness, verifyEquivalentPairings } from '../src/witness'

Expand Down

0 comments on commit f5642d1

Please sign in to comment.