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