Skip to main content
Module

x/libhydrogen/mod.ts>hash.Context

deno plugin 2 libhydrogen
Latest
class hash.Context
import { hash } from "https://deno.land/x/libhydrogen@v0.2.1/mod.ts";
const { Context } = hash;

Constructors

new
Context(raw_context: string | Uint8Array)

Properties

readonly
bufferview: Uint8Array

Static Methods

create(raw_context: string | Uint8Array): Context