• File: forge.js
  • Full Path: /var/www/sandbox/node_modules/node-forge/lib/forge.js
  • Date Modified: 02/20/2025 6:17 PM
  • File size: 200 bytes
  • MIME-type: text/plain
  • Charset: utf-8
/**
 * Node.js module for Forge.
 *
 * @author Dave Longley
 *
 * Copyright 2011-2016 Digital Bazaar, Inc.
 */
module.exports = {
  // default options
  options: {
    usePureJavaScript: false
  }
};