Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/servest/vendor/https/deno.land/std/hash/sha1.ts>HmacSha1

🌾A progressive http server for Deno🌾
Latest
class HmacSha1
extends Sha1
import { HmacSha1 } from "https://deno.land/x/servest@v1.3.4/vendor/https/deno.land/std/hash/sha1.ts";

Constructors

new
HmacSha1(secretKey: Message, sharedMemory?)

Methods

protected
finalize(): void