mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 08:46:19 -04:00
Issue 991: Add CBOR Encode operation
This commit is contained in:
parent
4c3324aea1
commit
ae70cb89ed
6 changed files with 177 additions and 1 deletions
|
@ -101,6 +101,7 @@ import "./tests/LuhnChecksum.mjs";
|
|||
import "./tests/CipherSaber2.mjs";
|
||||
import "./tests/Colossus.mjs";
|
||||
import "./tests/ParseObjectIDTimestamp.mjs";
|
||||
import "./tests/CBOREncode.mjs";
|
||||
|
||||
|
||||
// Cannot test operations that use the File type yet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue