Renato R. Dantas
Results
1
comments of
Renato R. Dantas
I was having the same experience of @yurikilian, but after change this line: `publicExponent: new Buffer([3]),` to: `publicExponent: Buffer.from([1,0,1]),` the verifier starts to return true. I think that solved the...