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