{
  "type": "File",
  "start": 0,
  "end": 1353,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 55,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 1353,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 55,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 37,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 37
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 7,
            "end": 17,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 17
              }
            },
            "local": {
              "type": "Identifier",
              "start": 7,
              "end": 17,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 7
                },
                "end": {
                  "line": 1,
                  "column": 17
                },
                "identifierName": "createHash"
              },
              "name": "createHash"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 23,
          "end": 36,
          "loc": {
            "start": {
              "line": 1,
              "column": 23
            },
            "end": {
              "line": 1,
              "column": 36
            }
          },
          "extra": {
            "rawValue": "create-hash",
            "raw": "\"create-hash\""
          },
          "value": "create-hash"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 38,
        "end": 75,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 37
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 45,
            "end": 55,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 17
              }
            },
            "local": {
              "type": "Identifier",
              "start": 45,
              "end": 55,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 7
                },
                "end": {
                  "line": 2,
                  "column": 17
                },
                "identifierName": "createHmac"
              },
              "name": "createHmac"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 61,
          "end": 74,
          "loc": {
            "start": {
              "line": 2,
              "column": 23
            },
            "end": {
              "line": 2,
              "column": 36
            }
          },
          "extra": {
            "rawValue": "create-hmac",
            "raw": "\"create-hmac\""
          },
          "value": "create-hmac"
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "* @arg {string|Buffer} data\n    @arg {string} [digest = null] - 'hex', 'binary' or 'base64'\n    @return {string|Buffer} - Buffer when digest is null, or string\n",
            "start": 77,
            "end": 241,
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 2
              }
            }
          },
          {
            "type": "CommentBlock",
            "value": "* @arg {string|Buffer} data\n    @arg {string} [digest = null] - 'hex', 'binary' or 'base64'\n    @return {string|Buffer} - Buffer when digest is null, or string\n",
            "start": 243,
            "end": 407,
            "loc": {
              "start": {
                "line": 9,
                "column": 0
              },
              "end": {
                "line": 12,
                "column": 2
              }
            }
          }
        ]
      },
      {
        "type": "Identifier",
        "start": 408,
        "end": 524,
        "loc": {
          "start": {
            "line": 13,
            "column": 0
          },
          "end": {
            "line": 17,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 417,
          "end": 423,
          "loc": {
            "start": {
              "line": 13,
              "column": 9
            },
            "end": {
              "line": 13,
              "column": 15
            },
            "identifierName": "sha256"
          },
          "name": "sha256",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 424,
            "end": 428,
            "loc": {
              "start": {
                "line": 13,
                "column": 16
              },
              "end": {
                "line": 13,
                "column": 20
              },
              "identifierName": "data"
            },
            "name": "data"
          },
          {
            "type": "Identifier",
            "start": 430,
            "end": 438,
            "loc": {
              "start": {
                "line": 13,
                "column": 22
              },
              "end": {
                "line": 13,
                "column": 30
              },
              "identifierName": "encoding"
            },
            "name": "encoding"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 440,
          "end": 524,
          "loc": {
            "start": {
              "line": 13,
              "column": 32
            },
            "end": {
              "line": 17,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 446,
              "end": 522,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 4
                },
                "end": {
                  "line": 16,
                  "column": 26
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 453,
                "end": 521,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 11
                  },
                  "end": {
                    "line": 16,
                    "column": 25
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 453,
                  "end": 511,
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 11
                    },
                    "end": {
                      "line": 16,
                      "column": 15
                    }
                  },
                  "object": {
                    "type": "CallExpression",
                    "start": 453,
                    "end": 495,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 11
                      },
                      "end": {
                        "line": 15,
                        "column": 21
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 453,
                      "end": 489,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 11
                        },
                        "end": {
                          "line": 15,
                          "column": 15
                        }
                      },
                      "object": {
                        "type": "CallExpression",
                        "start": 453,
                        "end": 473,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 11
                          },
                          "end": {
                            "line": 14,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 453,
                          "end": 463,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 11
                            },
                            "end": {
                              "line": 14,
                              "column": 21
                            },
                            "identifierName": "createHash"
                          },
                          "name": "createHash"
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 464,
                            "end": 472,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 22
                              },
                              "end": {
                                "line": 14,
                                "column": 30
                              }
                            },
                            "extra": {
                              "rawValue": "sha256",
                              "raw": "\"sha256\""
                            },
                            "value": "sha256"
                          }
                        ]
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 483,
                        "end": 489,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 9
                          },
                          "end": {
                            "line": 15,
                            "column": 15
                          },
                          "identifierName": "update"
                        },
                        "name": "update"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 490,
                        "end": 494,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 16
                          },
                          "end": {
                            "line": 15,
                            "column": 20
                          },
                          "identifierName": "data"
                        },
                        "name": "data"
                      }
                    ]
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 505,
                    "end": 511,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 9
                      },
                      "end": {
                        "line": 16,
                        "column": 15
                      },
                      "identifierName": "digest"
                    },
                    "name": "digest"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 512,
                    "end": 520,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 16
                      },
                      "end": {
                        "line": 16,
                        "column": 24
                      },
                      "identifierName": "encoding"
                    },
                    "name": "encoding"
                  }
                ]
              }
            }
          ],
          "directives": [],
          "trailingComments": null
        },
        "leadingComments": [],
        "trailingComments": [],
        "name": "_"
      },
      {
        "type": "Identifier",
        "start": 691,
        "end": 807,
        "loc": {
          "start": {
            "line": 23,
            "column": 0
          },
          "end": {
            "line": 27,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 700,
          "end": 706,
          "loc": {
            "start": {
              "line": 23,
              "column": 9
            },
            "end": {
              "line": 23,
              "column": 15
            },
            "identifierName": "sha512"
          },
          "name": "sha512",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 707,
            "end": 711,
            "loc": {
              "start": {
                "line": 23,
                "column": 16
              },
              "end": {
                "line": 23,
                "column": 20
              },
              "identifierName": "data"
            },
            "name": "data"
          },
          {
            "type": "Identifier",
            "start": 713,
            "end": 721,
            "loc": {
              "start": {
                "line": 23,
                "column": 22
              },
              "end": {
                "line": 23,
                "column": 30
              },
              "identifierName": "encoding"
            },
            "name": "encoding"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 723,
          "end": 807,
          "loc": {
            "start": {
              "line": 23,
              "column": 32
            },
            "end": {
              "line": 27,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 729,
              "end": 805,
              "loc": {
                "start": {
                  "line": 24,
                  "column": 4
                },
                "end": {
                  "line": 26,
                  "column": 26
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 736,
                "end": 804,
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 11
                  },
                  "end": {
                    "line": 26,
                    "column": 25
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 736,
                  "end": 794,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 11
                    },
                    "end": {
                      "line": 26,
                      "column": 15
                    }
                  },
                  "object": {
                    "type": "CallExpression",
                    "start": 736,
                    "end": 778,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 11
                      },
                      "end": {
                        "line": 25,
                        "column": 21
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 736,
                      "end": 772,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 11
                        },
                        "end": {
                          "line": 25,
                          "column": 15
                        }
                      },
                      "object": {
                        "type": "CallExpression",
                        "start": 736,
                        "end": 756,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 11
                          },
                          "end": {
                            "line": 24,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 736,
                          "end": 746,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 11
                            },
                            "end": {
                              "line": 24,
                              "column": 21
                            },
                            "identifierName": "createHash"
                          },
                          "name": "createHash"
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 747,
                            "end": 755,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 22
                              },
                              "end": {
                                "line": 24,
                                "column": 30
                              }
                            },
                            "extra": {
                              "rawValue": "sha512",
                              "raw": "\"sha512\""
                            },
                            "value": "sha512"
                          }
                        ]
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 766,
                        "end": 772,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 9
                          },
                          "end": {
                            "line": 25,
                            "column": 15
                          },
                          "identifierName": "update"
                        },
                        "name": "update"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 773,
                        "end": 777,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 16
                          },
                          "end": {
                            "line": 25,
                            "column": 20
                          },
                          "identifierName": "data"
                        },
                        "name": "data"
                      }
                    ]
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 788,
                    "end": 794,
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 9
                      },
                      "end": {
                        "line": 26,
                        "column": 15
                      },
                      "identifierName": "digest"
                    },
                    "name": "digest"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 795,
                    "end": 803,
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 16
                      },
                      "end": {
                        "line": 26,
                        "column": 24
                      },
                      "identifierName": "encoding"
                    },
                    "name": "encoding"
                  }
                ]
              }
            }
          ],
          "directives": []
        },
        "leadingComments": [],
        "name": "_",
        "trailingComments": []
      },
      {
        "type": "Identifier",
        "start": 809,
        "end": 931,
        "loc": {
          "start": {
            "line": 29,
            "column": 0
          },
          "end": {
            "line": 33,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 818,
          "end": 828,
          "loc": {
            "start": {
              "line": 29,
              "column": 9
            },
            "end": {
              "line": 29,
              "column": 19
            },
            "identifierName": "HmacSHA256"
          },
          "name": "HmacSHA256"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 829,
            "end": 835,
            "loc": {
              "start": {
                "line": 29,
                "column": 20
              },
              "end": {
                "line": 29,
                "column": 26
              },
              "identifierName": "buffer"
            },
            "name": "buffer"
          },
          {
            "type": "Identifier",
            "start": 837,
            "end": 843,
            "loc": {
              "start": {
                "line": 29,
                "column": 28
              },
              "end": {
                "line": 29,
                "column": 34
              },
              "identifierName": "secret"
            },
            "name": "secret"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 845,
          "end": 931,
          "loc": {
            "start": {
              "line": 29,
              "column": 36
            },
            "end": {
              "line": 33,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 851,
              "end": 929,
              "loc": {
                "start": {
                  "line": 30,
                  "column": 4
                },
                "end": {
                  "line": 32,
                  "column": 18
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 858,
                "end": 928,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 11
                  },
                  "end": {
                    "line": 32,
                    "column": 17
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 858,
                  "end": 926,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 11
                    },
                    "end": {
                      "line": 32,
                      "column": 15
                    }
                  },
                  "object": {
                    "type": "CallExpression",
                    "start": 858,
                    "end": 910,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 11
                      },
                      "end": {
                        "line": 31,
                        "column": 23
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 858,
                      "end": 902,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 11
                        },
                        "end": {
                          "line": 31,
                          "column": 15
                        }
                      },
                      "object": {
                        "type": "CallExpression",
                        "start": 858,
                        "end": 886,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 11
                          },
                          "end": {
                            "line": 30,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 858,
                          "end": 868,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 11
                            },
                            "end": {
                              "line": 30,
                              "column": 21
                            },
                            "identifierName": "createHmac"
                          },
                          "name": "createHmac"
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 869,
                            "end": 877,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 22
                              },
                              "end": {
                                "line": 30,
                                "column": 30
                              }
                            },
                            "extra": {
                              "rawValue": "sha256",
                              "raw": "\"sha256\""
                            },
                            "value": "sha256"
                          },
                          {
                            "type": "Identifier",
                            "start": 879,
                            "end": 885,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 32
                              },
                              "end": {
                                "line": 30,
                                "column": 38
                              },
                              "identifierName": "secret"
                            },
                            "name": "secret"
                          }
                        ]
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 896,
                        "end": 902,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 9
                          },
                          "end": {
                            "line": 31,
                            "column": 15
                          },
                          "identifierName": "update"
                        },
                        "name": "update"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 903,
                        "end": 909,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 16
                          },
                          "end": {
                            "line": 31,
                            "column": 22
                          },
                          "identifierName": "buffer"
                        },
                        "name": "buffer"
                      }
                    ]
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 920,
                    "end": 926,
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 9
                      },
                      "end": {
                        "line": 32,
                        "column": 15
                      },
                      "identifierName": "digest"
                    },
                    "name": "digest"
                  },
                  "computed": false
                },
                "arguments": []
              }
            }
          ],
          "directives": []
        },
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "Identifier",
        "start": 933,
        "end": 1034,
        "loc": {
          "start": {
            "line": 35,
            "column": 0
          },
          "end": {
            "line": 39,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 942,
          "end": 951,
          "loc": {
            "start": {
              "line": 35,
              "column": 9
            },
            "end": {
              "line": 35,
              "column": 18
            },
            "identifierName": "ripemd160"
          },
          "name": "ripemd160"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 952,
            "end": 956,
            "loc": {
              "start": {
                "line": 35,
                "column": 19
              },
              "end": {
                "line": 35,
                "column": 23
              },
              "identifierName": "data"
            },
            "name": "data"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 958,
          "end": 1034,
          "loc": {
            "start": {
              "line": 35,
              "column": 25
            },
            "end": {
              "line": 39,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 964,
              "end": 1032,
              "loc": {
                "start": {
                  "line": 36,
                  "column": 4
                },
                "end": {
                  "line": 38,
                  "column": 18
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 971,
                "end": 1031,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 11
                  },
                  "end": {
                    "line": 38,
                    "column": 17
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 971,
                  "end": 1029,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 11
                    },
                    "end": {
                      "line": 38,
                      "column": 15
                    }
                  },
                  "object": {
                    "type": "CallExpression",
                    "start": 971,
                    "end": 1013,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 11
                      },
                      "end": {
                        "line": 37,
                        "column": 21
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 971,
                      "end": 1007,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 11
                        },
                        "end": {
                          "line": 37,
                          "column": 15
                        }
                      },
                      "object": {
                        "type": "CallExpression",
                        "start": 971,
                        "end": 991,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 11
                          },
                          "end": {
                            "line": 36,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 971,
                          "end": 981,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 11
                            },
                            "end": {
                              "line": 36,
                              "column": 21
                            },
                            "identifierName": "createHash"
                          },
                          "name": "createHash"
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 982,
                            "end": 990,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 22
                              },
                              "end": {
                                "line": 36,
                                "column": 30
                              }
                            },
                            "extra": {
                              "rawValue": "rmd160",
                              "raw": "\"rmd160\""
                            },
                            "value": "rmd160"
                          }
                        ]
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1001,
                        "end": 1007,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 9
                          },
                          "end": {
                            "line": 37,
                            "column": 15
                          },
                          "identifierName": "update"
                        },
                        "name": "update"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 1008,
                        "end": 1012,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 16
                          },
                          "end": {
                            "line": 37,
                            "column": 20
                          },
                          "identifierName": "data"
                        },
                        "name": "data"
                      }
                    ]
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 1023,
                    "end": 1029,
                    "loc": {
                      "start": {
                        "line": 38,
                        "column": 9
                      },
                      "end": {
                        "line": 38,
                        "column": 15
                      },
                      "identifierName": "digest"
                    },
                    "name": "digest"
                  },
                  "computed": false
                },
                "arguments": []
              }
            }
          ],
          "directives": [],
          "trailingComments": null
        },
        "trailingComments": [],
        "name": "_",
        "leadingComments": []
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 1305,
        "end": 1352,
        "loc": {
          "start": {
            "line": 54,
            "column": 0
          },
          "end": {
            "line": 54,
            "column": 47
          }
        },
        "declaration": null,
        "specifiers": [
          {
            "type": "ExportSpecifier",
            "start": 1313,
            "end": 1319,
            "loc": {
              "start": {
                "line": 54,
                "column": 8
              },
              "end": {
                "line": 54,
                "column": 14
              }
            },
            "local": {
              "type": "Identifier",
              "start": 1313,
              "end": 1319,
              "loc": {
                "start": {
                  "line": 54,
                  "column": 8
                },
                "end": {
                  "line": 54,
                  "column": 14
                },
                "identifierName": "sha256"
              },
              "name": "sha256",
              "leadingComments": null
            },
            "exported": {
              "type": "Identifier",
              "start": 1313,
              "end": 1319,
              "loc": {
                "start": {
                  "line": 54,
                  "column": 8
                },
                "end": {
                  "line": 54,
                  "column": 14
                },
                "identifierName": "sha256"
              },
              "name": "sha256"
            },
            "leadingComments": null
          },
          {
            "type": "ExportSpecifier",
            "start": 1321,
            "end": 1327,
            "loc": {
              "start": {
                "line": 54,
                "column": 16
              },
              "end": {
                "line": 54,
                "column": 22
              }
            },
            "local": {
              "type": "Identifier",
              "start": 1321,
              "end": 1327,
              "loc": {
                "start": {
                  "line": 54,
                  "column": 16
                },
                "end": {
                  "line": 54,
                  "column": 22
                },
                "identifierName": "sha512"
              },
              "name": "sha512"
            },
            "exported": {
              "type": "Identifier",
              "start": 1321,
              "end": 1327,
              "loc": {
                "start": {
                  "line": 54,
                  "column": 16
                },
                "end": {
                  "line": 54,
                  "column": 22
                },
                "identifierName": "sha512"
              },
              "name": "sha512"
            }
          },
          {
            "type": "ExportSpecifier",
            "start": 1329,
            "end": 1339,
            "loc": {
              "start": {
                "line": 54,
                "column": 24
              },
              "end": {
                "line": 54,
                "column": 34
              }
            },
            "local": {
              "type": "Identifier",
              "start": 1329,
              "end": 1339,
              "loc": {
                "start": {
                  "line": 54,
                  "column": 24
                },
                "end": {
                  "line": 54,
                  "column": 34
                },
                "identifierName": "HmacSHA256"
              },
              "name": "HmacSHA256"
            },
            "exported": {
              "type": "Identifier",
              "start": 1329,
              "end": 1339,
              "loc": {
                "start": {
                  "line": 54,
                  "column": 24
                },
                "end": {
                  "line": 54,
                  "column": 34
                },
                "identifierName": "HmacSHA256"
              },
              "name": "HmacSHA256"
            }
          },
          {
            "type": "ExportSpecifier",
            "start": 1341,
            "end": 1350,
            "loc": {
              "start": {
                "line": 54,
                "column": 36
              },
              "end": {
                "line": 54,
                "column": 45
              }
            },
            "local": {
              "type": "Identifier",
              "start": 1341,
              "end": 1350,
              "loc": {
                "start": {
                  "line": 54,
                  "column": 36
                },
                "end": {
                  "line": 54,
                  "column": 45
                },
                "identifierName": "ripemd160"
              },
              "name": "ripemd160"
            },
            "exported": {
              "type": "Identifier",
              "start": 1341,
              "end": 1350,
              "loc": {
                "start": {
                  "line": 54,
                  "column": 36
                },
                "end": {
                  "line": 54,
                  "column": 45
                },
                "identifierName": "ripemd160"
              },
              "name": "ripemd160"
            }
          }
        ],
        "source": null,
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " function hash160(buffer) {",
            "start": 1036,
            "end": 1065,
            "loc": {
              "start": {
                "line": 41,
                "column": 0
              },
              "end": {
                "line": 41,
                "column": 29
              }
            }
          },
          {
            "type": "CommentLine",
            "value": "   return ripemd160(sha256(buffer))",
            "start": 1066,
            "end": 1103,
            "loc": {
              "start": {
                "line": 42,
                "column": 0
              },
              "end": {
                "line": 42,
                "column": 37
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " }",
            "start": 1104,
            "end": 1108,
            "loc": {
              "start": {
                "line": 43,
                "column": 0
              },
              "end": {
                "line": 43,
                "column": 4
              }
            }
          },
          {
            "type": "CommentLine",
            "value": "",
            "start": 1109,
            "end": 1111,
            "loc": {
              "start": {
                "line": 44,
                "column": 0
              },
              "end": {
                "line": 44,
                "column": 2
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " function hash256(buffer) {",
            "start": 1112,
            "end": 1141,
            "loc": {
              "start": {
                "line": 45,
                "column": 0
              },
              "end": {
                "line": 45,
                "column": 29
              }
            }
          },
          {
            "type": "CommentLine",
            "value": "   return sha256(sha256(buffer))",
            "start": 1142,
            "end": 1176,
            "loc": {
              "start": {
                "line": 46,
                "column": 0
              },
              "end": {
                "line": 46,
                "column": 34
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " }",
            "start": 1177,
            "end": 1181,
            "loc": {
              "start": {
                "line": 47,
                "column": 0
              },
              "end": {
                "line": 47,
                "column": 4
              }
            }
          },
          {
            "type": "CommentLine",
            "value": "",
            "start": 1183,
            "end": 1185,
            "loc": {
              "start": {
                "line": 49,
                "column": 0
              },
              "end": {
                "line": 49,
                "column": 2
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " function HmacSHA512(buffer, secret) {",
            "start": 1186,
            "end": 1226,
            "loc": {
              "start": {
                "line": 50,
                "column": 0
              },
              "end": {
                "line": 50,
                "column": 40
              }
            }
          },
          {
            "type": "CommentLine",
            "value": "   return crypto.createHmac('sha512', secret).update(buffer).digest()",
            "start": 1227,
            "end": 1298,
            "loc": {
              "start": {
                "line": 51,
                "column": 0
              },
              "end": {
                "line": 51,
                "column": 71
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " }",
            "start": 1299,
            "end": 1303,
            "loc": {
              "start": {
                "line": 52,
                "column": 0
              },
              "end": {
                "line": 52,
                "column": 4
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 1305,
        "end": 1352,
        "loc": {
          "start": {
            "line": 54,
            "column": 0
          },
          "end": {
            "line": 54,
            "column": 47
          }
        },
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 408,
          "end": 524,
          "loc": {
            "start": {
              "line": 13,
              "column": 0
            },
            "end": {
              "line": 17,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 417,
            "end": 423,
            "loc": {
              "start": {
                "line": 13,
                "column": 9
              },
              "end": {
                "line": 13,
                "column": 15
              },
              "identifierName": "sha256"
            },
            "name": "sha256",
            "leadingComments": null
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 424,
              "end": 428,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 16
                },
                "end": {
                  "line": 13,
                  "column": 20
                },
                "identifierName": "data"
              },
              "name": "data"
            },
            {
              "type": "Identifier",
              "start": 430,
              "end": 438,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 22
                },
                "end": {
                  "line": 13,
                  "column": 30
                },
                "identifierName": "encoding"
              },
              "name": "encoding"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 440,
            "end": 524,
            "loc": {
              "start": {
                "line": 13,
                "column": 32
              },
              "end": {
                "line": 17,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ReturnStatement",
                "start": 446,
                "end": 522,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 4
                  },
                  "end": {
                    "line": 16,
                    "column": 26
                  }
                },
                "argument": {
                  "type": "CallExpression",
                  "start": 453,
                  "end": 521,
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 11
                    },
                    "end": {
                      "line": 16,
                      "column": 25
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 453,
                    "end": 511,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 11
                      },
                      "end": {
                        "line": 16,
                        "column": 15
                      }
                    },
                    "object": {
                      "type": "CallExpression",
                      "start": 453,
                      "end": 495,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 11
                        },
                        "end": {
                          "line": 15,
                          "column": 21
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 453,
                        "end": 489,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 11
                          },
                          "end": {
                            "line": 15,
                            "column": 15
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 453,
                          "end": 473,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 11
                            },
                            "end": {
                              "line": 14,
                              "column": 31
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 453,
                            "end": 463,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 11
                              },
                              "end": {
                                "line": 14,
                                "column": 21
                              },
                              "identifierName": "createHash"
                            },
                            "name": "createHash"
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 464,
                              "end": 472,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 22
                                },
                                "end": {
                                  "line": 14,
                                  "column": 30
                                }
                              },
                              "extra": {
                                "rawValue": "sha256",
                                "raw": "\"sha256\""
                              },
                              "value": "sha256"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 483,
                          "end": 489,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 9
                            },
                            "end": {
                              "line": 15,
                              "column": 15
                            },
                            "identifierName": "update"
                          },
                          "name": "update"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 490,
                          "end": 494,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 16
                            },
                            "end": {
                              "line": 15,
                              "column": 20
                            },
                            "identifierName": "data"
                          },
                          "name": "data"
                        }
                      ]
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 505,
                      "end": 511,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 9
                        },
                        "end": {
                          "line": 16,
                          "column": 15
                        },
                        "identifierName": "digest"
                      },
                      "name": "digest"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "start": 512,
                      "end": 520,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 16
                        },
                        "end": {
                          "line": 16,
                          "column": 24
                        },
                        "identifierName": "encoding"
                      },
                      "name": "encoding"
                    }
                  ]
                }
              }
            ],
            "directives": [],
            "trailingComments": null
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "* @arg {string|Buffer} data\n    @arg {string} [digest = null] - 'hex', 'binary' or 'base64'\n    @return {string|Buffer} - Buffer when digest is null, or string\n",
              "start": 77,
              "end": 241,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 0
                },
                "end": {
                  "line": 7,
                  "column": 2
                }
              }
            },
            {
              "type": "CommentBlock",
              "value": "* @arg {string|Buffer} data\n    @arg {string} [digest = null] - 'hex', 'binary' or 'base64'\n    @return {string|Buffer} - Buffer when digest is null, or string\n",
              "start": 243,
              "end": 407,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 0
                },
                "end": {
                  "line": 12,
                  "column": 2
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "* @arg {string|Buffer} data\n    @arg {string} [digest = null] - 'hex', 'binary' or 'base64'\n    @return {string|Buffer} - Buffer when digest is null, or string\n",
              "start": 526,
              "end": 690,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 0
                },
                "end": {
                  "line": 22,
                  "column": 2
                }
              }
            }
          ]
        },
        "specifiers": null,
        "source": null,
        "leadingComments": null
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 1305,
        "end": 1352,
        "loc": {
          "start": {
            "line": 54,
            "column": 0
          },
          "end": {
            "line": 54,
            "column": 47
          }
        },
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 691,
          "end": 807,
          "loc": {
            "start": {
              "line": 23,
              "column": 0
            },
            "end": {
              "line": 27,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 700,
            "end": 706,
            "loc": {
              "start": {
                "line": 23,
                "column": 9
              },
              "end": {
                "line": 23,
                "column": 15
              },
              "identifierName": "sha512"
            },
            "name": "sha512",
            "leadingComments": null
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 707,
              "end": 711,
              "loc": {
                "start": {
                  "line": 23,
                  "column": 16
                },
                "end": {
                  "line": 23,
                  "column": 20
                },
                "identifierName": "data"
              },
              "name": "data"
            },
            {
              "type": "Identifier",
              "start": 713,
              "end": 721,
              "loc": {
                "start": {
                  "line": 23,
                  "column": 22
                },
                "end": {
                  "line": 23,
                  "column": 30
                },
                "identifierName": "encoding"
              },
              "name": "encoding"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 723,
            "end": 807,
            "loc": {
              "start": {
                "line": 23,
                "column": 32
              },
              "end": {
                "line": 27,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ReturnStatement",
                "start": 729,
                "end": 805,
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 4
                  },
                  "end": {
                    "line": 26,
                    "column": 26
                  }
                },
                "argument": {
                  "type": "CallExpression",
                  "start": 736,
                  "end": 804,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 11
                    },
                    "end": {
                      "line": 26,
                      "column": 25
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 736,
                    "end": 794,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 11
                      },
                      "end": {
                        "line": 26,
                        "column": 15
                      }
                    },
                    "object": {
                      "type": "CallExpression",
                      "start": 736,
                      "end": 778,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 11
                        },
                        "end": {
                          "line": 25,
                          "column": 21
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 736,
                        "end": 772,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 11
                          },
                          "end": {
                            "line": 25,
                            "column": 15
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 736,
                          "end": 756,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 11
                            },
                            "end": {
                              "line": 24,
                              "column": 31
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 736,
                            "end": 746,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 11
                              },
                              "end": {
                                "line": 24,
                                "column": 21
                              },
                              "identifierName": "createHash"
                            },
                            "name": "createHash"
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 747,
                              "end": 755,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 22
                                },
                                "end": {
                                  "line": 24,
                                  "column": 30
                                }
                              },
                              "extra": {
                                "rawValue": "sha512",
                                "raw": "\"sha512\""
                              },
                              "value": "sha512"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 766,
                          "end": 772,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 9
                            },
                            "end": {
                              "line": 25,
                              "column": 15
                            },
                            "identifierName": "update"
                          },
                          "name": "update"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 773,
                          "end": 777,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 16
                            },
                            "end": {
                              "line": 25,
                              "column": 20
                            },
                            "identifierName": "data"
                          },
                          "name": "data"
                        }
                      ]
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 788,
                      "end": 794,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 9
                        },
                        "end": {
                          "line": 26,
                          "column": 15
                        },
                        "identifierName": "digest"
                      },
                      "name": "digest"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "start": 795,
                      "end": 803,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 16
                        },
                        "end": {
                          "line": 26,
                          "column": 24
                        },
                        "identifierName": "encoding"
                      },
                      "name": "encoding"
                    }
                  ]
                }
              }
            ],
            "directives": []
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "* @arg {string|Buffer} data\n    @arg {string} [digest = null] - 'hex', 'binary' or 'base64'\n    @return {string|Buffer} - Buffer when digest is null, or string\n",
              "start": 526,
              "end": 690,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 0
                },
                "end": {
                  "line": 22,
                  "column": 2
                }
              }
            }
          ],
          "trailingComments": []
        },
        "specifiers": null,
        "source": null,
        "leadingComments": null
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 1305,
        "end": 1352,
        "loc": {
          "start": {
            "line": 54,
            "column": 0
          },
          "end": {
            "line": 54,
            "column": 47
          }
        },
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 809,
          "end": 931,
          "loc": {
            "start": {
              "line": 29,
              "column": 0
            },
            "end": {
              "line": 33,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 818,
            "end": 828,
            "loc": {
              "start": {
                "line": 29,
                "column": 9
              },
              "end": {
                "line": 29,
                "column": 19
              },
              "identifierName": "HmacSHA256"
            },
            "name": "HmacSHA256"
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 829,
              "end": 835,
              "loc": {
                "start": {
                  "line": 29,
                  "column": 20
                },
                "end": {
                  "line": 29,
                  "column": 26
                },
                "identifierName": "buffer"
              },
              "name": "buffer"
            },
            {
              "type": "Identifier",
              "start": 837,
              "end": 843,
              "loc": {
                "start": {
                  "line": 29,
                  "column": 28
                },
                "end": {
                  "line": 29,
                  "column": 34
                },
                "identifierName": "secret"
              },
              "name": "secret"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 845,
            "end": 931,
            "loc": {
              "start": {
                "line": 29,
                "column": 36
              },
              "end": {
                "line": 33,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ReturnStatement",
                "start": 851,
                "end": 929,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 4
                  },
                  "end": {
                    "line": 32,
                    "column": 18
                  }
                },
                "argument": {
                  "type": "CallExpression",
                  "start": 858,
                  "end": 928,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 11
                    },
                    "end": {
                      "line": 32,
                      "column": 17
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 858,
                    "end": 926,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 11
                      },
                      "end": {
                        "line": 32,
                        "column": 15
                      }
                    },
                    "object": {
                      "type": "CallExpression",
                      "start": 858,
                      "end": 910,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 11
                        },
                        "end": {
                          "line": 31,
                          "column": 23
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 858,
                        "end": 902,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 11
                          },
                          "end": {
                            "line": 31,
                            "column": 15
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 858,
                          "end": 886,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 11
                            },
                            "end": {
                              "line": 30,
                              "column": 39
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 858,
                            "end": 868,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 11
                              },
                              "end": {
                                "line": 30,
                                "column": 21
                              },
                              "identifierName": "createHmac"
                            },
                            "name": "createHmac"
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 869,
                              "end": 877,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 22
                                },
                                "end": {
                                  "line": 30,
                                  "column": 30
                                }
                              },
                              "extra": {
                                "rawValue": "sha256",
                                "raw": "\"sha256\""
                              },
                              "value": "sha256"
                            },
                            {
                              "type": "Identifier",
                              "start": 879,
                              "end": 885,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 32
                                },
                                "end": {
                                  "line": 30,
                                  "column": 38
                                },
                                "identifierName": "secret"
                              },
                              "name": "secret"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 896,
                          "end": 902,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 9
                            },
                            "end": {
                              "line": 31,
                              "column": 15
                            },
                            "identifierName": "update"
                          },
                          "name": "update"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 903,
                          "end": 909,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 16
                            },
                            "end": {
                              "line": 31,
                              "column": 22
                            },
                            "identifierName": "buffer"
                          },
                          "name": "buffer"
                        }
                      ]
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 920,
                      "end": 926,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 9
                        },
                        "end": {
                          "line": 32,
                          "column": 15
                        },
                        "identifierName": "digest"
                      },
                      "name": "digest"
                    },
                    "computed": false
                  },
                  "arguments": []
                }
              }
            ],
            "directives": []
          },
          "leadingComments": [],
          "trailingComments": []
        },
        "specifiers": null,
        "source": null,
        "leadingComments": null
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 1305,
        "end": 1352,
        "loc": {
          "start": {
            "line": 54,
            "column": 0
          },
          "end": {
            "line": 54,
            "column": 47
          }
        },
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 933,
          "end": 1034,
          "loc": {
            "start": {
              "line": 35,
              "column": 0
            },
            "end": {
              "line": 39,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 942,
            "end": 951,
            "loc": {
              "start": {
                "line": 35,
                "column": 9
              },
              "end": {
                "line": 35,
                "column": 18
              },
              "identifierName": "ripemd160"
            },
            "name": "ripemd160"
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 952,
              "end": 956,
              "loc": {
                "start": {
                  "line": 35,
                  "column": 19
                },
                "end": {
                  "line": 35,
                  "column": 23
                },
                "identifierName": "data"
              },
              "name": "data"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 958,
            "end": 1034,
            "loc": {
              "start": {
                "line": 35,
                "column": 25
              },
              "end": {
                "line": 39,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ReturnStatement",
                "start": 964,
                "end": 1032,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 4
                  },
                  "end": {
                    "line": 38,
                    "column": 18
                  }
                },
                "argument": {
                  "type": "CallExpression",
                  "start": 971,
                  "end": 1031,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 11
                    },
                    "end": {
                      "line": 38,
                      "column": 17
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 971,
                    "end": 1029,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 11
                      },
                      "end": {
                        "line": 38,
                        "column": 15
                      }
                    },
                    "object": {
                      "type": "CallExpression",
                      "start": 971,
                      "end": 1013,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 11
                        },
                        "end": {
                          "line": 37,
                          "column": 21
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 971,
                        "end": 1007,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 11
                          },
                          "end": {
                            "line": 37,
                            "column": 15
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 971,
                          "end": 991,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 11
                            },
                            "end": {
                              "line": 36,
                              "column": 31
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 971,
                            "end": 981,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 11
                              },
                              "end": {
                                "line": 36,
                                "column": 21
                              },
                              "identifierName": "createHash"
                            },
                            "name": "createHash"
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 982,
                              "end": 990,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 22
                                },
                                "end": {
                                  "line": 36,
                                  "column": 30
                                }
                              },
                              "extra": {
                                "rawValue": "rmd160",
                                "raw": "\"rmd160\""
                              },
                              "value": "rmd160"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1001,
                          "end": 1007,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 9
                            },
                            "end": {
                              "line": 37,
                              "column": 15
                            },
                            "identifierName": "update"
                          },
                          "name": "update"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 1008,
                          "end": 1012,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 16
                            },
                            "end": {
                              "line": 37,
                              "column": 20
                            },
                            "identifierName": "data"
                          },
                          "name": "data"
                        }
                      ]
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1023,
                      "end": 1029,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 9
                        },
                        "end": {
                          "line": 38,
                          "column": 15
                        },
                        "identifierName": "digest"
                      },
                      "name": "digest"
                    },
                    "computed": false
                  },
                  "arguments": []
                }
              }
            ],
            "directives": [],
            "trailingComments": null
          },
          "trailingComments": [
            {
              "type": "CommentLine",
              "value": " function hash160(buffer) {",
              "start": 1036,
              "end": 1065,
              "loc": {
                "start": {
                  "line": 41,
                  "column": 0
                },
                "end": {
                  "line": 41,
                  "column": 29
                }
              }
            },
            {
              "type": "CommentLine",
              "value": "   return ripemd160(sha256(buffer))",
              "start": 1066,
              "end": 1103,
              "loc": {
                "start": {
                  "line": 42,
                  "column": 0
                },
                "end": {
                  "line": 42,
                  "column": 37
                }
              }
            },
            {
              "type": "CommentLine",
              "value": " }",
              "start": 1104,
              "end": 1108,
              "loc": {
                "start": {
                  "line": 43,
                  "column": 0
                },
                "end": {
                  "line": 43,
                  "column": 4
                }
              }
            },
            {
              "type": "CommentLine",
              "value": "",
              "start": 1109,
              "end": 1111,
              "loc": {
                "start": {
                  "line": 44,
                  "column": 0
                },
                "end": {
                  "line": 44,
                  "column": 2
                }
              }
            },
            {
              "type": "CommentLine",
              "value": " function hash256(buffer) {",
              "start": 1112,
              "end": 1141,
              "loc": {
                "start": {
                  "line": 45,
                  "column": 0
                },
                "end": {
                  "line": 45,
                  "column": 29
                }
              }
            },
            {
              "type": "CommentLine",
              "value": "   return sha256(sha256(buffer))",
              "start": 1142,
              "end": 1176,
              "loc": {
                "start": {
                  "line": 46,
                  "column": 0
                },
                "end": {
                  "line": 46,
                  "column": 34
                }
              }
            },
            {
              "type": "CommentLine",
              "value": " }",
              "start": 1177,
              "end": 1181,
              "loc": {
                "start": {
                  "line": 47,
                  "column": 0
                },
                "end": {
                  "line": 47,
                  "column": 4
                }
              }
            },
            {
              "type": "CommentLine",
              "value": "",
              "start": 1183,
              "end": 1185,
              "loc": {
                "start": {
                  "line": 49,
                  "column": 0
                },
                "end": {
                  "line": 49,
                  "column": 2
                }
              }
            },
            {
              "type": "CommentLine",
              "value": " function HmacSHA512(buffer, secret) {",
              "start": 1186,
              "end": 1226,
              "loc": {
                "start": {
                  "line": 50,
                  "column": 0
                },
                "end": {
                  "line": 50,
                  "column": 40
                }
              }
            },
            {
              "type": "CommentLine",
              "value": "   return crypto.createHmac('sha512', secret).update(buffer).digest()",
              "start": 1227,
              "end": 1298,
              "loc": {
                "start": {
                  "line": 51,
                  "column": 0
                },
                "end": {
                  "line": 51,
                  "column": 71
                }
              }
            },
            {
              "type": "CommentLine",
              "value": " }",
              "start": 1299,
              "end": 1303,
              "loc": {
                "start": {
                  "line": 52,
                  "column": 0
                },
                "end": {
                  "line": 52,
                  "column": 4
                }
              }
            }
          ],
          "leadingComments": []
        },
        "specifiers": null,
        "source": null,
        "leadingComments": null
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "* @arg {string|Buffer} data\n    @arg {string} [digest = null] - 'hex', 'binary' or 'base64'\n    @return {string|Buffer} - Buffer when digest is null, or string\n",
      "start": 77,
      "end": 241,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @arg {string|Buffer} data\n    @arg {string} [digest = null] - 'hex', 'binary' or 'base64'\n    @return {string|Buffer} - Buffer when digest is null, or string\n",
      "start": 243,
      "end": 407,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @arg {string|Buffer} data\n    @arg {string} [digest = null] - 'hex', 'binary' or 'base64'\n    @return {string|Buffer} - Buffer when digest is null, or string\n",
      "start": 526,
      "end": 690,
      "loc": {
        "start": {
          "line": 19,
          "column": 0
        },
        "end": {
          "line": 22,
          "column": 2
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " function hash160(buffer) {",
      "start": 1036,
      "end": 1065,
      "loc": {
        "start": {
          "line": 41,
          "column": 0
        },
        "end": {
          "line": 41,
          "column": 29
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "   return ripemd160(sha256(buffer))",
      "start": 1066,
      "end": 1103,
      "loc": {
        "start": {
          "line": 42,
          "column": 0
        },
        "end": {
          "line": 42,
          "column": 37
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " }",
      "start": 1104,
      "end": 1108,
      "loc": {
        "start": {
          "line": 43,
          "column": 0
        },
        "end": {
          "line": 43,
          "column": 4
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "",
      "start": 1109,
      "end": 1111,
      "loc": {
        "start": {
          "line": 44,
          "column": 0
        },
        "end": {
          "line": 44,
          "column": 2
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " function hash256(buffer) {",
      "start": 1112,
      "end": 1141,
      "loc": {
        "start": {
          "line": 45,
          "column": 0
        },
        "end": {
          "line": 45,
          "column": 29
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "   return sha256(sha256(buffer))",
      "start": 1142,
      "end": 1176,
      "loc": {
        "start": {
          "line": 46,
          "column": 0
        },
        "end": {
          "line": 46,
          "column": 34
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " }",
      "start": 1177,
      "end": 1181,
      "loc": {
        "start": {
          "line": 47,
          "column": 0
        },
        "end": {
          "line": 47,
          "column": 4
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "",
      "start": 1183,
      "end": 1185,
      "loc": {
        "start": {
          "line": 49,
          "column": 0
        },
        "end": {
          "line": 49,
          "column": 2
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " function HmacSHA512(buffer, secret) {",
      "start": 1186,
      "end": 1226,
      "loc": {
        "start": {
          "line": 50,
          "column": 0
        },
        "end": {
          "line": 50,
          "column": 40
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "   return crypto.createHmac('sha512', secret).update(buffer).digest()",
      "start": 1227,
      "end": 1298,
      "loc": {
        "start": {
          "line": 51,
          "column": 0
        },
        "end": {
          "line": 51,
          "column": 71
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " }",
      "start": 1299,
      "end": 1303,
      "loc": {
        "start": {
          "line": 52,
          "column": 0
        },
        "end": {
          "line": 52,
          "column": 4
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 0,
      "end": 6,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createHash",
      "start": 7,
      "end": 17,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 18,
      "end": 22,
      "loc": {
        "start": {
          "line": 1,
          "column": 18
        },
        "end": {
          "line": 1,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "create-hash",
      "start": 23,
      "end": 36,
      "loc": {
        "start": {
          "line": 1,
          "column": 23
        },
        "end": {
          "line": 1,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 36,
      "end": 37,
      "loc": {
        "start": {
          "line": 1,
          "column": 36
        },
        "end": {
          "line": 1,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 38,
      "end": 44,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createHmac",
      "start": 45,
      "end": 55,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 56,
      "end": 60,
      "loc": {
        "start": {
          "line": 2,
          "column": 18
        },
        "end": {
          "line": 2,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "create-hmac",
      "start": 61,
      "end": 74,
      "loc": {
        "start": {
          "line": 2,
          "column": 23
        },
        "end": {
          "line": 2,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 74,
      "end": 75,
      "loc": {
        "start": {
          "line": 2,
          "column": 36
        },
        "end": {
          "line": 2,
          "column": 37
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @arg {string|Buffer} data\n    @arg {string} [digest = null] - 'hex', 'binary' or 'base64'\n    @return {string|Buffer} - Buffer when digest is null, or string\n",
      "start": 77,
      "end": 241,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @arg {string|Buffer} data\n    @arg {string} [digest = null] - 'hex', 'binary' or 'base64'\n    @return {string|Buffer} - Buffer when digest is null, or string\n",
      "start": 243,
      "end": 407,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 408,
      "end": 416,
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sha256",
      "start": 417,
      "end": 423,
      "loc": {
        "start": {
          "line": 13,
          "column": 9
        },
        "end": {
          "line": 13,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 423,
      "end": 424,
      "loc": {
        "start": {
          "line": 13,
          "column": 15
        },
        "end": {
          "line": 13,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 424,
      "end": 428,
      "loc": {
        "start": {
          "line": 13,
          "column": 16
        },
        "end": {
          "line": 13,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 428,
      "end": 429,
      "loc": {
        "start": {
          "line": 13,
          "column": 20
        },
        "end": {
          "line": 13,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "encoding",
      "start": 430,
      "end": 438,
      "loc": {
        "start": {
          "line": 13,
          "column": 22
        },
        "end": {
          "line": 13,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 438,
      "end": 439,
      "loc": {
        "start": {
          "line": 13,
          "column": 30
        },
        "end": {
          "line": 13,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 440,
      "end": 441,
      "loc": {
        "start": {
          "line": 13,
          "column": 32
        },
        "end": {
          "line": 13,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 446,
      "end": 452,
      "loc": {
        "start": {
          "line": 14,
          "column": 4
        },
        "end": {
          "line": 14,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createHash",
      "start": 453,
      "end": 463,
      "loc": {
        "start": {
          "line": 14,
          "column": 11
        },
        "end": {
          "line": 14,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 463,
      "end": 464,
      "loc": {
        "start": {
          "line": 14,
          "column": 21
        },
        "end": {
          "line": 14,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "sha256",
      "start": 464,
      "end": 472,
      "loc": {
        "start": {
          "line": 14,
          "column": 22
        },
        "end": {
          "line": 14,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 472,
      "end": 473,
      "loc": {
        "start": {
          "line": 14,
          "column": 30
        },
        "end": {
          "line": 14,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 482,
      "end": 483,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 15,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "update",
      "start": 483,
      "end": 489,
      "loc": {
        "start": {
          "line": 15,
          "column": 9
        },
        "end": {
          "line": 15,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 489,
      "end": 490,
      "loc": {
        "start": {
          "line": 15,
          "column": 15
        },
        "end": {
          "line": 15,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 490,
      "end": 494,
      "loc": {
        "start": {
          "line": 15,
          "column": 16
        },
        "end": {
          "line": 15,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 494,
      "end": 495,
      "loc": {
        "start": {
          "line": 15,
          "column": 20
        },
        "end": {
          "line": 15,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 504,
      "end": 505,
      "loc": {
        "start": {
          "line": 16,
          "column": 8
        },
        "end": {
          "line": 16,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "digest",
      "start": 505,
      "end": 511,
      "loc": {
        "start": {
          "line": 16,
          "column": 9
        },
        "end": {
          "line": 16,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 511,
      "end": 512,
      "loc": {
        "start": {
          "line": 16,
          "column": 15
        },
        "end": {
          "line": 16,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "encoding",
      "start": 512,
      "end": 520,
      "loc": {
        "start": {
          "line": 16,
          "column": 16
        },
        "end": {
          "line": 16,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 520,
      "end": 521,
      "loc": {
        "start": {
          "line": 16,
          "column": 24
        },
        "end": {
          "line": 16,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 521,
      "end": 522,
      "loc": {
        "start": {
          "line": 16,
          "column": 25
        },
        "end": {
          "line": 16,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 523,
      "end": 524,
      "loc": {
        "start": {
          "line": 17,
          "column": 0
        },
        "end": {
          "line": 17,
          "column": 1
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @arg {string|Buffer} data\n    @arg {string} [digest = null] - 'hex', 'binary' or 'base64'\n    @return {string|Buffer} - Buffer when digest is null, or string\n",
      "start": 526,
      "end": 690,
      "loc": {
        "start": {
          "line": 19,
          "column": 0
        },
        "end": {
          "line": 22,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 691,
      "end": 699,
      "loc": {
        "start": {
          "line": 23,
          "column": 0
        },
        "end": {
          "line": 23,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sha512",
      "start": 700,
      "end": 706,
      "loc": {
        "start": {
          "line": 23,
          "column": 9
        },
        "end": {
          "line": 23,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 706,
      "end": 707,
      "loc": {
        "start": {
          "line": 23,
          "column": 15
        },
        "end": {
          "line": 23,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 707,
      "end": 711,
      "loc": {
        "start": {
          "line": 23,
          "column": 16
        },
        "end": {
          "line": 23,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 711,
      "end": 712,
      "loc": {
        "start": {
          "line": 23,
          "column": 20
        },
        "end": {
          "line": 23,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "encoding",
      "start": 713,
      "end": 721,
      "loc": {
        "start": {
          "line": 23,
          "column": 22
        },
        "end": {
          "line": 23,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 721,
      "end": 722,
      "loc": {
        "start": {
          "line": 23,
          "column": 30
        },
        "end": {
          "line": 23,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 723,
      "end": 724,
      "loc": {
        "start": {
          "line": 23,
          "column": 32
        },
        "end": {
          "line": 23,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 729,
      "end": 735,
      "loc": {
        "start": {
          "line": 24,
          "column": 4
        },
        "end": {
          "line": 24,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createHash",
      "start": 736,
      "end": 746,
      "loc": {
        "start": {
          "line": 24,
          "column": 11
        },
        "end": {
          "line": 24,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 746,
      "end": 747,
      "loc": {
        "start": {
          "line": 24,
          "column": 21
        },
        "end": {
          "line": 24,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "sha512",
      "start": 747,
      "end": 755,
      "loc": {
        "start": {
          "line": 24,
          "column": 22
        },
        "end": {
          "line": 24,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 755,
      "end": 756,
      "loc": {
        "start": {
          "line": 24,
          "column": 30
        },
        "end": {
          "line": 24,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 765,
      "end": 766,
      "loc": {
        "start": {
          "line": 25,
          "column": 8
        },
        "end": {
          "line": 25,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "update",
      "start": 766,
      "end": 772,
      "loc": {
        "start": {
          "line": 25,
          "column": 9
        },
        "end": {
          "line": 25,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 772,
      "end": 773,
      "loc": {
        "start": {
          "line": 25,
          "column": 15
        },
        "end": {
          "line": 25,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 773,
      "end": 777,
      "loc": {
        "start": {
          "line": 25,
          "column": 16
        },
        "end": {
          "line": 25,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 777,
      "end": 778,
      "loc": {
        "start": {
          "line": 25,
          "column": 20
        },
        "end": {
          "line": 25,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 787,
      "end": 788,
      "loc": {
        "start": {
          "line": 26,
          "column": 8
        },
        "end": {
          "line": 26,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "digest",
      "start": 788,
      "end": 794,
      "loc": {
        "start": {
          "line": 26,
          "column": 9
        },
        "end": {
          "line": 26,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 794,
      "end": 795,
      "loc": {
        "start": {
          "line": 26,
          "column": 15
        },
        "end": {
          "line": 26,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "encoding",
      "start": 795,
      "end": 803,
      "loc": {
        "start": {
          "line": 26,
          "column": 16
        },
        "end": {
          "line": 26,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 803,
      "end": 804,
      "loc": {
        "start": {
          "line": 26,
          "column": 24
        },
        "end": {
          "line": 26,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 804,
      "end": 805,
      "loc": {
        "start": {
          "line": 26,
          "column": 25
        },
        "end": {
          "line": 26,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 806,
      "end": 807,
      "loc": {
        "start": {
          "line": 27,
          "column": 0
        },
        "end": {
          "line": 27,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 809,
      "end": 817,
      "loc": {
        "start": {
          "line": 29,
          "column": 0
        },
        "end": {
          "line": 29,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "HmacSHA256",
      "start": 818,
      "end": 828,
      "loc": {
        "start": {
          "line": 29,
          "column": 9
        },
        "end": {
          "line": 29,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 828,
      "end": 829,
      "loc": {
        "start": {
          "line": 29,
          "column": 19
        },
        "end": {
          "line": 29,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "buffer",
      "start": 829,
      "end": 835,
      "loc": {
        "start": {
          "line": 29,
          "column": 20
        },
        "end": {
          "line": 29,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 835,
      "end": 836,
      "loc": {
        "start": {
          "line": 29,
          "column": 26
        },
        "end": {
          "line": 29,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "secret",
      "start": 837,
      "end": 843,
      "loc": {
        "start": {
          "line": 29,
          "column": 28
        },
        "end": {
          "line": 29,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 843,
      "end": 844,
      "loc": {
        "start": {
          "line": 29,
          "column": 34
        },
        "end": {
          "line": 29,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 845,
      "end": 846,
      "loc": {
        "start": {
          "line": 29,
          "column": 36
        },
        "end": {
          "line": 29,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 851,
      "end": 857,
      "loc": {
        "start": {
          "line": 30,
          "column": 4
        },
        "end": {
          "line": 30,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createHmac",
      "start": 858,
      "end": 868,
      "loc": {
        "start": {
          "line": 30,
          "column": 11
        },
        "end": {
          "line": 30,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 868,
      "end": 869,
      "loc": {
        "start": {
          "line": 30,
          "column": 21
        },
        "end": {
          "line": 30,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "sha256",
      "start": 869,
      "end": 877,
      "loc": {
        "start": {
          "line": 30,
          "column": 22
        },
        "end": {
          "line": 30,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 877,
      "end": 878,
      "loc": {
        "start": {
          "line": 30,
          "column": 30
        },
        "end": {
          "line": 30,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "secret",
      "start": 879,
      "end": 885,
      "loc": {
        "start": {
          "line": 30,
          "column": 32
        },
        "end": {
          "line": 30,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 885,
      "end": 886,
      "loc": {
        "start": {
          "line": 30,
          "column": 38
        },
        "end": {
          "line": 30,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 895,
      "end": 896,
      "loc": {
        "start": {
          "line": 31,
          "column": 8
        },
        "end": {
          "line": 31,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "update",
      "start": 896,
      "end": 902,
      "loc": {
        "start": {
          "line": 31,
          "column": 9
        },
        "end": {
          "line": 31,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 902,
      "end": 903,
      "loc": {
        "start": {
          "line": 31,
          "column": 15
        },
        "end": {
          "line": 31,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "buffer",
      "start": 903,
      "end": 909,
      "loc": {
        "start": {
          "line": 31,
          "column": 16
        },
        "end": {
          "line": 31,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 909,
      "end": 910,
      "loc": {
        "start": {
          "line": 31,
          "column": 22
        },
        "end": {
          "line": 31,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 919,
      "end": 920,
      "loc": {
        "start": {
          "line": 32,
          "column": 8
        },
        "end": {
          "line": 32,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "digest",
      "start": 920,
      "end": 926,
      "loc": {
        "start": {
          "line": 32,
          "column": 9
        },
        "end": {
          "line": 32,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 926,
      "end": 927,
      "loc": {
        "start": {
          "line": 32,
          "column": 15
        },
        "end": {
          "line": 32,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 927,
      "end": 928,
      "loc": {
        "start": {
          "line": 32,
          "column": 16
        },
        "end": {
          "line": 32,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 928,
      "end": 929,
      "loc": {
        "start": {
          "line": 32,
          "column": 17
        },
        "end": {
          "line": 32,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 930,
      "end": 931,
      "loc": {
        "start": {
          "line": 33,
          "column": 0
        },
        "end": {
          "line": 33,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 933,
      "end": 941,
      "loc": {
        "start": {
          "line": 35,
          "column": 0
        },
        "end": {
          "line": 35,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ripemd160",
      "start": 942,
      "end": 951,
      "loc": {
        "start": {
          "line": 35,
          "column": 9
        },
        "end": {
          "line": 35,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 951,
      "end": 952,
      "loc": {
        "start": {
          "line": 35,
          "column": 18
        },
        "end": {
          "line": 35,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 952,
      "end": 956,
      "loc": {
        "start": {
          "line": 35,
          "column": 19
        },
        "end": {
          "line": 35,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 956,
      "end": 957,
      "loc": {
        "start": {
          "line": 35,
          "column": 23
        },
        "end": {
          "line": 35,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 958,
      "end": 959,
      "loc": {
        "start": {
          "line": 35,
          "column": 25
        },
        "end": {
          "line": 35,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 964,
      "end": 970,
      "loc": {
        "start": {
          "line": 36,
          "column": 4
        },
        "end": {
          "line": 36,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createHash",
      "start": 971,
      "end": 981,
      "loc": {
        "start": {
          "line": 36,
          "column": 11
        },
        "end": {
          "line": 36,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 981,
      "end": 982,
      "loc": {
        "start": {
          "line": 36,
          "column": 21
        },
        "end": {
          "line": 36,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "rmd160",
      "start": 982,
      "end": 990,
      "loc": {
        "start": {
          "line": 36,
          "column": 22
        },
        "end": {
          "line": 36,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 990,
      "end": 991,
      "loc": {
        "start": {
          "line": 36,
          "column": 30
        },
        "end": {
          "line": 36,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1000,
      "end": 1001,
      "loc": {
        "start": {
          "line": 37,
          "column": 8
        },
        "end": {
          "line": 37,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "update",
      "start": 1001,
      "end": 1007,
      "loc": {
        "start": {
          "line": 37,
          "column": 9
        },
        "end": {
          "line": 37,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1007,
      "end": 1008,
      "loc": {
        "start": {
          "line": 37,
          "column": 15
        },
        "end": {
          "line": 37,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 1008,
      "end": 1012,
      "loc": {
        "start": {
          "line": 37,
          "column": 16
        },
        "end": {
          "line": 37,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1012,
      "end": 1013,
      "loc": {
        "start": {
          "line": 37,
          "column": 20
        },
        "end": {
          "line": 37,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1022,
      "end": 1023,
      "loc": {
        "start": {
          "line": 38,
          "column": 8
        },
        "end": {
          "line": 38,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "digest",
      "start": 1023,
      "end": 1029,
      "loc": {
        "start": {
          "line": 38,
          "column": 9
        },
        "end": {
          "line": 38,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1029,
      "end": 1030,
      "loc": {
        "start": {
          "line": 38,
          "column": 15
        },
        "end": {
          "line": 38,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1030,
      "end": 1031,
      "loc": {
        "start": {
          "line": 38,
          "column": 16
        },
        "end": {
          "line": 38,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1031,
      "end": 1032,
      "loc": {
        "start": {
          "line": 38,
          "column": 17
        },
        "end": {
          "line": 38,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1033,
      "end": 1034,
      "loc": {
        "start": {
          "line": 39,
          "column": 0
        },
        "end": {
          "line": 39,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " function hash160(buffer) {",
      "start": 1036,
      "end": 1065,
      "loc": {
        "start": {
          "line": 41,
          "column": 0
        },
        "end": {
          "line": 41,
          "column": 29
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "   return ripemd160(sha256(buffer))",
      "start": 1066,
      "end": 1103,
      "loc": {
        "start": {
          "line": 42,
          "column": 0
        },
        "end": {
          "line": 42,
          "column": 37
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " }",
      "start": 1104,
      "end": 1108,
      "loc": {
        "start": {
          "line": 43,
          "column": 0
        },
        "end": {
          "line": 43,
          "column": 4
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "",
      "start": 1109,
      "end": 1111,
      "loc": {
        "start": {
          "line": 44,
          "column": 0
        },
        "end": {
          "line": 44,
          "column": 2
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " function hash256(buffer) {",
      "start": 1112,
      "end": 1141,
      "loc": {
        "start": {
          "line": 45,
          "column": 0
        },
        "end": {
          "line": 45,
          "column": 29
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "   return sha256(sha256(buffer))",
      "start": 1142,
      "end": 1176,
      "loc": {
        "start": {
          "line": 46,
          "column": 0
        },
        "end": {
          "line": 46,
          "column": 34
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " }",
      "start": 1177,
      "end": 1181,
      "loc": {
        "start": {
          "line": 47,
          "column": 0
        },
        "end": {
          "line": 47,
          "column": 4
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "",
      "start": 1183,
      "end": 1185,
      "loc": {
        "start": {
          "line": 49,
          "column": 0
        },
        "end": {
          "line": 49,
          "column": 2
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " function HmacSHA512(buffer, secret) {",
      "start": 1186,
      "end": 1226,
      "loc": {
        "start": {
          "line": 50,
          "column": 0
        },
        "end": {
          "line": 50,
          "column": 40
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "   return crypto.createHmac('sha512', secret).update(buffer).digest()",
      "start": 1227,
      "end": 1298,
      "loc": {
        "start": {
          "line": 51,
          "column": 0
        },
        "end": {
          "line": 51,
          "column": 71
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " }",
      "start": 1299,
      "end": 1303,
      "loc": {
        "start": {
          "line": 52,
          "column": 0
        },
        "end": {
          "line": 52,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 1305,
      "end": 1311,
      "loc": {
        "start": {
          "line": 54,
          "column": 0
        },
        "end": {
          "line": 54,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1312,
      "end": 1313,
      "loc": {
        "start": {
          "line": 54,
          "column": 7
        },
        "end": {
          "line": 54,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sha256",
      "start": 1313,
      "end": 1319,
      "loc": {
        "start": {
          "line": 54,
          "column": 8
        },
        "end": {
          "line": 54,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1319,
      "end": 1320,
      "loc": {
        "start": {
          "line": 54,
          "column": 14
        },
        "end": {
          "line": 54,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sha512",
      "start": 1321,
      "end": 1327,
      "loc": {
        "start": {
          "line": 54,
          "column": 16
        },
        "end": {
          "line": 54,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1327,
      "end": 1328,
      "loc": {
        "start": {
          "line": 54,
          "column": 22
        },
        "end": {
          "line": 54,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "HmacSHA256",
      "start": 1329,
      "end": 1339,
      "loc": {
        "start": {
          "line": 54,
          "column": 24
        },
        "end": {
          "line": 54,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1339,
      "end": 1340,
      "loc": {
        "start": {
          "line": 54,
          "column": 34
        },
        "end": {
          "line": 54,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ripemd160",
      "start": 1341,
      "end": 1350,
      "loc": {
        "start": {
          "line": 54,
          "column": 36
        },
        "end": {
          "line": 54,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1350,
      "end": 1351,
      "loc": {
        "start": {
          "line": 54,
          "column": 45
        },
        "end": {
          "line": 54,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1351,
      "end": 1352,
      "loc": {
        "start": {
          "line": 54,
          "column": 46
        },
        "end": {
          "line": 54,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1353,
      "end": 1353,
      "loc": {
        "start": {
          "line": 55,
          "column": 0
        },
        "end": {
          "line": 55,
          "column": 0
        }
      }
    }
  ]
}