Skip to content

issues Search Results · repo:ethereum/js-ethereum-cryptography language:TypeScript

Filter by

30 results
 (85 ms)

30 results

inethereum/js-ethereum-cryptography (press backspace or delete to remove)

As a team of Rust developers from Race of Sloths, we recognized this repo to be highly valuable in the open-source movement. Race of Sloth makes the open-source contributions more fun and rewarding. ...
  • akorchyn
  • Opened 
    on Sep 30, 2024
  • #136

I ve did this in branch https://github.com/ethereum/js-ethereum-cryptography/tree/m-should, but can t remember why it has not been merged. micro-should is simple 200-line alternative to mocha. I think ...
  • paulmillr
  • 1
  • Opened 
    on Sep 4, 2024
  • #129

Containing (as of posting): - #109 - #111
  • legobeat
  • 1
  • Opened 
    on Jun 6, 2024
  • #112

@noble/curves@1.4.0 contains a few desired fixes and updates. AIUI, updating @noble/curves to 1.4.0 implies also upgrading the rest of the @noble/ and @scure/ suites to align versions. Related - [ ...
  • legobeat
  • 2
  • Opened 
    on Jun 5, 2024
  • #110

Would be much appreciated with a release incorporating these changes merged since last release 2.1.2: - #96 - #103 - (unrelated: #94) Given the pinning on specific versions of dependencies, defaulting ...
  • legobeat
  • 5
  • Opened 
    on Jan 23, 2024
  • #104

Provenance allows to transparently build the package on github servers and provide public log. It s already done for js-e-c dependencies. Example: https://www.npmjs.com/package/@scure/bip32, see the bottom ...
  • paulmillr
  • Opened 
    on Oct 5, 2023
  • #99

- noble-curves already support https://eips.ethereum.org/EIPS/eip-196 - For https://eips.ethereum.org/EIPS/eip-197, noble-curves need to implement such pairing
  • paulmillr
  • Opened 
    on Oct 5, 2023
  • #98

The powMod is useful for native powMod precompile https://eips.ethereum.org/EIPS/eip-198. It is present in the dependency https://github.com/paulmillr/noble-curves
  • paulmillr
  • Opened 
    on Oct 5, 2023
  • #97

// Client function signMessage(message, privateKey){ const msgHash = keccak256(utf8ToBytes(message)); const signature = secp256k1.sign(msgHash, privateKey); console.log( signature , signature); ...
  • m-gunes
  • 1
  • Opened 
    on Oct 4, 2023
  • #95

Would be much appreciated with a v2.1.3 shipping: - [ ] #90 - [ ] #91 - [ ] #92
  • legobeat
  • 1
  • Opened 
    on Sep 1, 2023
  • #93
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub