Skip to main content
Module

x/blake2b/test_util.ts>TestVector

BLAKE2b implemented in WebAssembly
Latest
interface TestVector
import { type TestVector } from "https://deno.land/x/blake2b@v0.1.0/test_util.ts";

Properties

expectedLength: number
expected: Uint8Array
input: Uint8Array
optional
key: Uint8Array
optional
salt: Uint8Array
optional
personal: Uint8Array