Skip to main content
Module

x/aliyun_sdk/deps.ts>hmac

阿里云内容审核sdk
Go to Latest
function hmac
import { hmac } from "https://deno.land/x/aliyun_sdk@v0.0.1/deps.ts";

RFC 2104 Keyed Hash Message Authentication Code (HMAC)

Parameters

hash: SupportedAlgorithm
key: Uint8Array
data: Uint8Array

Returns

Uint8Array