import { type ALGORITHM } from "../AuthenticationFramework/ALGORITHM.oca.mjs"; /** * @summary dsa_with_sha256 * @description * * ### ASN.1 Definition: * * ```asn1 * dsa-with-sha256 ALGORITHM ::= { -- IETF RFC 5754 * IDENTIFIED BY id-dsa-with-sha256 } * ``` * * @constant * @type {ALGORITHM} * @implements {ALGORITHM} */ export declare const dsa_with_sha256: ALGORITHM; //# sourceMappingURL=dsa-with-sha256.oa.d.mts.map