mirror of
https://github.com/arnaucube/blindsecp256k1-js.git
synced 2026-02-07 19:36:40 +01:00
Add GHA, package to v0.0.2
This commit is contained in:
@@ -75,7 +75,6 @@ export function blind(m: BigNumber, signerR: Point): { mBlinded: BigNumber, user
|
||||
const ainv = u.a.invm(n)
|
||||
const ainvrx = ainv.mul(rx)
|
||||
|
||||
// const mHex = m.toString(16)
|
||||
const hHex = hashBigNumber(m)
|
||||
|
||||
const h = new BigNumber(Buffer.from(hHex, "hex"))
|
||||
|
||||
Reference in New Issue
Block a user