Skip to content

Commit

Permalink
Update src/primitives/__tests/ECDSA.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ty-everett authored Feb 27, 2024
1 parent b02a7f6 commit d5892cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/primitives/__tests/ECDSA.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import BigNumber from '../../../dist/cjs/src/primitives/BigNumber'
//import { BigNumber } from '..'
import Curve from '../../../dist/cjs/src/primitives/Curve'
import Signature from '../../../dist/cjs/src/primitives/Signature'
//import { Signature } from '..'

const msg = new BigNumber('deadbeef', 16)
const key = new BigNumber('1e5edd45de6d22deebef4596b80444ffcc29143839c1dce18db470e25b4be7b5', 16)
Expand Down

0 comments on commit d5892cc

Please sign in to comment.