@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
18 lines (17 loc) • 308 B
JavaScript
/**
* @summary SignatureAlgorithms
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* SignatureAlgorithms ALGORITHM ::= {
* ... -- add any locally defined algorithms here -- }
* ```
*
* @constant
* @type {ALGORITHM[]}
*
*/
export const SignatureAlgorithms = [];
/* eslint-enable */