sha3 nodejs

let test = crypto.createHmac('sha256', "key").update("json").digest("base64");
Foolish Frog