Calculates the keccak ID of the given input.
import { keccackId } from "thirdweb/utils";const keccakId = keccackId(input);
The keccak ID as a Hex string.