@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
22 lines • 482 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PBMAC1_MACs = void 0;
/* START_OF_SYMBOL_DEFINITION PBMAC1_MACs */
/**
* @summary PBMAC1_MACs
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* PBMAC1-MACs ALGORITHM-IDENTIFIER ::= { ... }
* ```
*
* @constant
* @type {ALGORITHM_IDENTIFIER[]}
*
*/
exports.PBMAC1_MACs = [];
/* END_OF_SYMBOL_DEFINITION PBMAC1_MACs */
/* eslint-enable */
//# sourceMappingURL=PBMAC1-MACs.osa.js.map