Issue 991: Add CBOR Encode operation

This commit is contained in:
71819 2020-03-26 11:44:57 +00:00
parent 4c3324aea1
commit ae70cb89ed
6 changed files with 177 additions and 1 deletions

View file

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