iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
36 lines (35 loc) • 547 B
JSON
{
"name":"hash",
"description":"hash function",
"spec":{
"id":"__HOPE__/builtin/crypto/hash",
"name":"hash_spec",
"in":{
"ports":[
{
"name":"input",
"type":"string"
}
]
},
"out":{
"ports":[
{
"name":"out",
"type":"string"
}
]
},
"config":[
{
"name":"method",
"type":"string",
"default":"md5",
"required":true
}
]
},
"ui":{
},
"doc":"builtin/crypto.html#hash"
}