Closed hkparker closed 8 years ago
@majestrate Have you ever seen this happen?
I forget if the DSA code checks for q < p (or whatever that constraint for dsa is), that is possibly it.
found it, the problem was that big.Int
is encoded as bytes differently than i thought, sometimes r or s is < 20 bytes long so they'd have to be encoded differently.
I think i see a similar problem in elg too
merged #13, thanks for taking a look
Every so often the
TestDSA
test fails