import * as hmac from "https://deno.land/x/hmac@v2.0.1/mod.ts"; ClassescHMACA class representation of the HMAC algorithm. FunctionsfhmacReturns a HMAC of the given msg and key using the indicated hash. InterfacesIHashAn interface representation of a hash algorithm implementation.