import { ID } from "../AlgorithmObjectIdentifiers/ID.ta.mjs"; /** * @summary id_shake256_len * @description * * ### ASN.1 Definition: * * ```asn1 * id-shake256-len ID ::= { hashAlgs 18 } * ``` * * @constant */ export declare const id_shake256_len: ID; //# sourceMappingURL=id-shake256-len.va.d.mts.map