mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 00:31:31 -04:00
Fix binary file output and eslint warnings
This commit is contained in:
parent
db261be707
commit
f2f3bdc923
2 changed files with 7 additions and 7 deletions
|
@ -297,7 +297,7 @@ var PGP = {
|
||||||
}, {
|
}, {
|
||||||
fileName: "msg.sig",
|
fileName: "msg.sig",
|
||||||
size: rawSignatureBytes.length,
|
size: rawSignatureBytes.length,
|
||||||
contents: "Binary file",
|
contents: openpgp.util.Uint8Array2str(rawSignatureBytes),
|
||||||
bytes: rawSignatureBytes,
|
bytes: rawSignatureBytes,
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
|
|
@ -443,5 +443,5 @@ PGP_TEST_KEY_PAIRS.forEach(function(keyPair) {
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
)
|
);
|
||||||
});
|
});
|
Loading…
Add table
Add a link
Reference in a new issue