UNPKG

@wildboar/pki-stub

Version:
18 lines (17 loc) 363 B
/* eslint-disable */ import { ObjectIdentifier as _OID, } from "@wildboar/asn1"; import { ds } from "../PKI-Stub/ds.va.mjs"; /** * @summary algorithms * @description * * ### ASN.1 Definition: * * ```asn1 * algorithms OBJECT IDENTIFIER ::= {ds 44} * ``` * * @constant */ export const algorithms = _OID.fromParts([44], ds); /* eslint-enable */