function to32bytesimport { to32bytes } from "https://deno.land/x/scrypt@v4.4.1/lib/helpers.ts"; to32bytes(input: string | Uint8Array): Uint8ArrayTruncate input to 32 bytes Text will be encoded using UTF-8 Parametersinput: string | Uint8Array data to truncate ReturnsUint8Array truncated data