Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/hash/_sha3/shake.ts>Shake256

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
class Shake256
extends Sponge
import { Shake256 } from "https://deno.land/std@0.118.0/hash/_sha3/shake.ts";

Instantiates a new Shake256 hash

Constructors

new
Shake256(bitsize: number)