UNPKG

@wildboar/pki-stub

Version:
16 lines (15 loc) 281 B
import { algorithms } from "../PKI-Stub/algorithms.va.mjs"; /** * @summary id_algo * @description * * ### ASN.1 Definition: * * ```asn1 * id-algo OBJECT IDENTIFIER ::= algorithms * ``` * * @constant */ export const id_algo = algorithms; /* eslint-enable */