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