Skip to content

Commit

Permalink
remove excess test
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Mar 6, 2024
1 parent ab5d663 commit db95ae0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,4 @@ describe('Curve operations', () => {
let output = '0x0000000000000000000000000000000000000000000000000000000000000000'
assert.equal(bn128.ec_pairing(input), output)
})
it.only('should pair', function() {
let input = '00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c21800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed090689d0585ff075ec9e99ad690c3395bc4b313370b38ef355acdadcd122975b12c85ea5db8c6deb4aab71808dcb408fe3d1e7690c43d37b4ce6cc0166fa7daa000000000000000000000000000000000000000000000000000000000000000130644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd45198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c21800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed090689d0585ff075ec9e99ad690c3395bc4b313370b38ef355acdadcd122975b12c85ea5db8c6deb4aab71808dcb408fe3d1e7690c43d37b4ce6cc0166fa7daa'
const res = bn128.ec_pairing(input)
console.log(res)
})
})

0 comments on commit db95ae0

Please sign in to comment.