Skip to main content
Module

x/polkadot/util-crypto/mod.ts>hmacShaAsU8a

Package publishing for deno.land/x/polkadot
Go to Latest
function hmacShaAsU8a
import { hmacShaAsU8a } from "https://deno.land/x/polkadot@0.2.33/util-crypto/mod.ts";

Parameters

key: Uint8Array | string
data: Uint8Array
optional
bitLength: 256 | 512 = [UNSUPPORTED]
optional
onlyJs: boolean

Returns

Uint8Array