$ cat > dfx.json << EOF
{"canisters":{"enigma":{
"type":"custom","candid":"did.not","wasm":"canister.wasm","build":""}}}
EOF
$ touch did.not
$ dfx deploy
$ dfx canister call enigma go \
--type raw `echo ATTACK AT DAWN | xxd -p` \
--output raw | xxd -r -p