Issue 991: Add CBOR Decode operation

This commit is contained in:
71819 2020-03-28 20:13:49 +00:00
parent ae70cb89ed
commit 209fc07eac
4 changed files with 190 additions and 1 deletions

View file

@ -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