function utilCrypto.pbkdf2Encodeimport { utilCrypto } from "https://dotland.deno.dev/x/polkadot@0.2.35/mod.ts"; const { pbkdf2Encode } = utilCrypto; pbkdf2Encode(passphrase?: | HexString | Buffer | Uint8Array | string,salt?: Buffer | Uint8Array,rounds?,onlyJs?: boolean,): ResultParametersoptionalpassphrase: | HexString | Buffer | Uint8Array | stringoptionalsalt: Buffer | Uint8Array = [UNSUPPORTED]optionalrounds = [UNSUPPORTED]optionalonlyJs: booleanReturnsResult