import { SCRAM } from "https://deno.land/x/kafkasaur@v0.0.7/src/broker/saslAuthenticator/scram.ts";
Hi() is, essentially, PBKDF2 [RFC2898] with HMAC() as the pseudorandom function (PRF) and with dkLen == output length of HMAC() == output length of H()