Add GHA, package to v0.0.2

This commit is contained in:
arnaucube
2021-02-04 21:00:55 +01:00
parent ed301e93d1
commit 41db9e0164
6 changed files with 27 additions and 1759 deletions

View File

@@ -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"))