Skip to main content
Module

x/polkadot/mod.ts>utilCrypto.hmacShaAsU8a

Package publishing for deno.land/x/polkadot
Go to Latest
function utilCrypto.hmacShaAsU8a
import { utilCrypto } from "https://deno.land/x/polkadot@0.2.37/mod.ts";
const { hmacShaAsU8a } = utilCrypto;

Parameters

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

Returns

Uint8Array