# ts-sanliehash **Repository Path**: tozhang/ts-sanliehash ## Basic Information - **Project Name**: ts-sanliehash - **Description**: sanliehash npm库 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: dev - **Homepage**: https://www.npmjs.com/package/sanliehash - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-21 - **Last Updated**: 2026-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](resources/app-sm.svg) # sanliehash 为方便浏览器使用,提供 C# 库 sanliehash 的 npm 库版本。 ## DEMO import { FastHash } from 'sanliehash'; let x_md5 = FastHash.GetMD5("你好"); let x_sm3 = FastHash.GetSM3("你好");