create-hmac
Node style HMACs for use in the browser, with native HMAC functions in node. API is the same as HMACs in node:
var createHmac = var hmac = hmac //optional encoding parameterhmac // synchronously get result with optional encoding parameter hmachmac //remember it's a streamhmac //only if you ended it as a stream though