Files
certd/packages/ui/certd-client/src/utils/util.hash.ts
2025-04-14 17:40:23 +08:00

6 lines
97 B
TypeScript

export const hashUtils = {
md5(data: string) {
throw new Error("Not implemented");
},
};