pkcs7.js 220 B

123456789101112
  1. /*
  2. * pkcs7
  3. * https://github.com/brightcove/pkcs7
  4. *
  5. * Copyright (c) 2014 Brightcove
  6. * Licensed under the apache2 license.
  7. */
  8. 'use strict';
  9. exports.pad = require('./pad.js');
  10. exports.unpad = require('./unpad.js');