import { type ALGORITHM } from "../AuthenticationFramework/ALGORITHM.oca.mjs"; import { SupportedCurves } from "../AuthenticationFramework/SupportedCurves.vsa.mjs"; /** * @summary ecPublicKey * @description * * ### ASN.1 Definition: * * ```asn1 * ecPublicKey ALGORITHM ::= { -- copied IETF RFC 5480 * PARMS SupportedCurves * IDENTIFIED BY id-ecPublicKey } * ``` * * @constant * @type {ALGORITHM} * @implements {ALGORITHM} */ export declare const ecPublicKey: ALGORITHM; //# sourceMappingURL=ecPublicKey.oa.d.mts.map