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.0.12/src/crypto.ts";

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

Parameters

private key.

data: Uint8Array

byte array.