{
  "sha3": {
    "static": false,
    "preRequisites": [],
    "testCases": [
      {
        "id": "CONFORMANCE-RPC-096",
        "description": "hash data with sha3",
        "input": {
          "data": "0x68656c6c6f20776f726c64"
        },
        "expectedResult": {
          "status": "pass",
          "output": {
            "method": "klay_sha3",
            "params": [
              "0x68656c6c6f20776f726c64"
            ]
          }
        }
      }
    ]
  }
}