Skip to main content
Module

x/simple_utility/src/crypto.ts>cryptoVerify

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

Verifies the correct signature of a byte array using the public key and SHA384 hash algorithm.

Parameters

signature: Uint8Array

signature byte array.

public key.

data: Uint8Array

byte array.