• File: index.js
  • Full Path: /var/www/sandbox/node_modules/browserify-sign/index.js
  • Date Modified: 02/20/2025 6:17 PM
  • File size: 193 bytes
  • MIME-type: text/plain
  • Charset: utf-8
'use strict';

var crypto = require('crypto');

exports.createSign = crypto.createSign;
exports.Sign = crypto.Sign;

exports.createVerify = crypto.createVerify;
exports.Verify = crypto.Verify;