mirror of
https://github.com/gchq/CyberChef
synced 2025-12-13 14:53:15 +00:00
Updated a range of operations to use ArrayBuffers instead of byteArrays to improve performance with large files.
This commit is contained in:
@@ -21,7 +21,7 @@ export default class TLVParser {
|
||||
/**
|
||||
* TLVParser constructor
|
||||
*
|
||||
* @param {byteArray} input
|
||||
* @param {byteArray|Uint8Array} input
|
||||
* @param {Object} options
|
||||
*/
|
||||
constructor(input, options) {
|
||||
|
||||
Reference in New Issue
Block a user