import { ID } from "../AlgorithmObjectIdentifiers/ID.ta.mjs"; /** * @summary brainpoolP160r1 * @description * * ### ASN.1 Definition: * * ```asn1 * brainpoolP160r1 ID ::= { versionOne 1 } * ``` * * @constant */ export declare const brainpoolP160r1: ID; //# sourceMappingURL=brainpoolP160r1.va.d.mts.map