Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add ecdsa test #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: add ecdsa test #13

wants to merge 1 commit into from

Conversation

guipublic
Copy link
Collaborator

Description

Problem*

Resolves #11

Summary*

Add ends signature verification

Additional Context

PR Checklist*

  • I have tested the changes locally.
  • [] I have formatted the changes with Prettier and/or cargo fmt on default settings.

@guipublic guipublic changed the title fix: add ecdsa test chore: add ecdsa test May 27, 2024
Copy link

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@ethersproject/[email protected] None 0 495 kB ricmoo
npm/@ethersproject/[email protected] None 0 60.1 kB ricmoo
npm/@ethersproject/[email protected] None 0 82.4 kB ricmoo
npm/@ethersproject/[email protected] None 0 33.1 kB ricmoo
npm/@ethersproject/[email protected] None 0 11.3 kB ricmoo
npm/@ethersproject/[email protected] None 0 30.1 kB ricmoo
npm/@ethersproject/[email protected] None +1 240 kB ricmoo
npm/@ethersproject/[email protected] None 0 78.3 kB ricmoo
npm/@ethersproject/[email protected] None 0 18.7 kB ricmoo
npm/@ethersproject/[email protected] None 0 120 kB ricmoo
npm/@ethersproject/[email protected] None 0 81 kB ricmoo
npm/@ethersproject/[email protected] None +2 2.78 MB ricmoo
npm/@ethersproject/[email protected] None 0 6.09 kB ricmoo
npm/@ethersproject/[email protected] None 0 63.4 kB ricmoo
npm/@ethersproject/[email protected] None 0 42.8 kB ricmoo
npm/@ethersproject/[email protected] None 0 17.4 kB ricmoo
npm/@ethersproject/[email protected] None 0 31 kB ricmoo
npm/@ethersproject/[email protected] None 0 17.1 kB ricmoo
npm/@ethersproject/[email protected] None 0 29.6 kB ricmoo
npm/@ethersproject/[email protected] None 0 21.5 kB ricmoo
npm/@ethersproject/[email protected] None +5 490 kB ricmoo
npm/@ethersproject/[email protected] None 0 119 kB ricmoo
npm/@ethersproject/[email protected] None 0 90 kB ricmoo
npm/@ethersproject/[email protected] network 0 121 kB ricmoo
npm/@ethersproject/[email protected] None 0 390 kB ricmoo
npm/@noble/[email protected] None 0 90.5 kB paulmillr
npm/@types/[email protected] None 0 79.9 kB types
npm/@types/[email protected] Transitive: environment, eval, filesystem, unsafe +33 2.5 MB types
npm/@types/[email protected] None 0 5.91 kB types
npm/@types/[email protected] None 0 95.3 kB types
npm/[email protected] None 0 164 kB peterolson
npm/[email protected] None +3 98.1 kB doowb
npm/[email protected] None +1 39.9 kB ljharb
npm/[email protected] None +5 849 kB chai
npm/[email protected] filesystem, shell Transitive: environment, eval, network +40 41.9 MB jbaylina
npm/[email protected] None 0 1.23 MB jbaylina
npm/[email protected] Transitive: network +7 11.2 MB ricmoo
npm/[email protected] None +3 39.4 MB jbaylina
npm/[email protected] eval +2 60.4 kB ljharb
npm/[email protected] filesystem Transitive: environment +5 83.7 kB isaacs
npm/[email protected] None 0 18.1 kB ljharb
npm/[email protected] None 0 41.7 kB indutny
npm/[email protected] None 0 3.96 kB isaacs
npm/[email protected] None 0 20.1 kB ljharb
npm/[email protected] None +1 19.8 kB phated
npm/[email protected] None +1 30 kB ljharb
npm/[email protected] None 0 22 kB ljharb
npm/[email protected] None +25 1.6 MB ljharb
npm/[email protected] None 0 1.55 kB cwmma
npm/[email protected] None 0 33.1 kB isaacs
npm/[email protected] environment, eval, filesystem Transitive: shell +47 6.24 MB juergba
npm/[email protected] None 0 9.22 kB jonschlinkert
npm/[email protected] None 0 90.6 kB ljharb
npm/[email protected] None 0 26.5 kB ljharb
npm/[email protected] None 0 89 kB jonschlinkert
npm/[email protected] None 0 32.1 kB feross
npm/[email protected] Transitive: environment, eval, filesystem, network, shell +17 88.9 MB jbaylina
npm/[email protected] None +2 58.4 kB sindresorhus
npm/[email protected] None +1 9.64 kB sindresorhus
npm/[email protected] environment, filesystem, unsafe +14 3.28 MB cspotcode
npm/[email protected] None 0 42.1 kB chaijs
npm/[email protected] None 0 64 MB typescript-bot
npm/[email protected] environment, filesystem 0 120 kB oss-bot

View full report↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ECDSA secp256k1 signature verification
1 participant