Viewing File: /home/ubuntu/todaykat-frontend-base/node_modules/@ethersproject/hash/src.ts/id.ts

import { keccak256 } from "@ethersproject/keccak256";
import { toUtf8Bytes } from "@ethersproject/strings";

export function id(text: string): string {
    return keccak256(toUtf8Bytes(text));
}
Back to Directory File Manager