import type { ALGORITHM } from "@wildboar/x500/AuthenticationFramework"; import { DigestAlgorithmIdentifier } from "../CryptographicMessageSyntax-2010/DigestAlgorithmIdentifier.ta.mjs"; /** * @summary keyAgreeHashConstruction * @description * * ### ASN.1 Definition: * * ```asn1 * keyAgreeHashConstruction ALGORITHM ::= { * IDENTIFIER id-ckm-key-agree-hash * PARAMS TYPE DigestAlgorithmIdentifier ARE required * } * ``` * * @constant * @type {ALGORITHM} * @implements {ALGORITHM} */ export declare const keyAgreeHashConstruction: ALGORITHM; //# sourceMappingURL=keyAgreeHashConstruction.oa.d.mts.map