function HIimport { HI } from "https://deno.land/x/mongo@v0.31.1/src/auth/mod.ts"; HI(data: string,salt: Uint8Array,iterations: number,cryptoMethod: CryptoMethod,): Promise<ArrayBuffer>Parametersdata: stringsalt: Uint8Arrayiterations: numbercryptoMethod: CryptoMethodReturnsPromise<ArrayBuffer>