node-ebics-client/lib/crypto
Herrie 61581d1af7 Cryto.js: Nasty workaround for incorrect signature (257 vs 256) and hex key length (514 vs 512)
For some unknown reason, the signature gets a length of 257 bytes instead of 256 bytes, and the length of the hex value is 514 bytes instead of 512 bytes.

This works around it, until a proper fix is implemented. The bug seems to be caused by https://github.com/node-ebics/node-ebics-client/blob/master/lib/crypto/Crypto.js#L71 somehow.

Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
2021-03-25 10:07:33 +01:00
..
BigNumber.js feat: remove toBuffer from number 2019-11-07 10:30:03 +02:00
Crypto.js Cryto.js: Nasty workaround for incorrect signature (257 vs 256) and hex key length (514 vs 512) 2021-03-25 10:07:33 +01:00
MGF1.js chore: restructure BigNumber 2019-11-07 10:27:08 +02:00