/** * @license * Copyright 2022-2026 Matter.js Authors * SPDX-License-Identifier: Apache-2.0 */ import { DerObject } from "#codec/DerCodec.js"; /** * Secure Hash Standard (FIPS 180-4) semantics. */ export declare namespace Shs { const SHA256_CMS: DerObject; } //# sourceMappingURL=Shs.d.ts.map