Switch from noble-secp256k1 to noble-curves
BilligsterUser opened this issue · 6 comments
BilligsterUser commented
gandlafbtc commented
what's the benefit of noble-curves over noble/secp256k1? If it's just speed, I'm not sure if we need it.
gandlafbtc commented
ok nevermind, i just read the last link, looks like the work will continue on noble-curves 👍
BilligsterUser commented
yes
BilligsterUser commented
BilligsterUser@04abeb4
https://github.com/BilligsterUser/cashu-ts/tree/noble-curves
https://github.com/BilligsterUser/cashu-ts/actions/runs/4725203004/jobs/8383312146
hashToCurve tests are failing
maybe you can take a look at it
paulmillr commented
node.js 14 is not supported since May, hence crypto.getRandomValues
error. You should remove it from your CI and replace with node.js 20.
BilligsterUser commented
Done thank you