Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pgc4d/src/deps.ts>Hash

A full-featured PostgreSQL Client for Deno
Latest
class Hash
import { Hash } from "https://deno.land/x/pgc4d@v1.3.6/src/deps.ts";

Constructors

new
Hash(algorithm: AlgorithmName)

Properties

readonly
instance: HashAlgorithm

Methods

digest(bytes: Uint8Array): { data: Uint8Array; hex(): string; }