standard: remove padded Blocks
This commit is contained in:
parent
ec1195bcee
commit
2d75b7e7ff
6 changed files with 2 additions and 12 deletions
test
|
@ -174,7 +174,6 @@ describe('ecdsa', function () {
|
|||
var signature
|
||||
if (f.signature) {
|
||||
signature = ECSignature.fromDER(new Buffer(f.signature, 'hex'))
|
||||
|
||||
} else if (f.signatureRaw) {
|
||||
signature = new ECSignature(new BigInteger(f.signatureRaw.r, 16), new BigInteger(f.signatureRaw.s, 16))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue