{
  "synLogic": "$api($1, $2);",
  "help": "",
  "notes": "",
  "returns": "void",
  "arguments": "",
  "parameterization": "",
  "name": "ns_md5_checksum_to_ascii",
  "syntax": "void ns_md5_checksum_to_ascii(unsigned char *source, unsigned char *dest)",
  "javaSyntax": "",
  "cEx": "flow()\n{\n\n}",
  "javaEx": "",
  "insertStrC": "ns_md5_checksum_to_ascii(unsigned char *source, unsigned char *dest);",
  "insertStrJava": "",
  "description": "",
  "component" : [
	  {
      "id": "$1",
      "type": "TextField",
      "label": "Source",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter source",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "labelVarCheckbox": "",
      "argIndex": 0,
      "validate": {
        "inputType": "Text",
        "disabled": false,
        "required": true,
        "min": 0,
        "max": 0
      }
    },
    {
      "id": "$2",
      "type": "TextField",
      "label": "Destination",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter destination",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "labelVarCheckbox": "",
      "argIndex": 0,
      "validate": {
        "inputType": "Text",
        "disabled": false,
        "required": true,
        "min": 0,
        "max": 0
      }
    }
  ]
}
