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

std/crypto/_fnv/util.ts>mul32

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function mul32
import { mul32 } from "https://deno.land/std@0.152.0/crypto/_fnv/util.ts";

mul32 performs 32-bit multiplication, a * b

Parameters

a: number
b: number

Returns

number