Skip to main content
Module

x/simple_utility/src/crypto.ts>cryptoSign

A handy utility collection.
Go to Latest
function cryptoSign
import { cryptoSign } from "https://deno.land/x/simple_utility@v0.1.0/src/crypto.ts";

Create byte array signature using the private key and SHA2 hash algorithm.

Parameters

private key.

data: Uint8Array

byte array.