HashParams: {
    kernel: string;
    method: string;
    seed?: any;
}

Hashing parameters for a kernel.

Type declaration

  • kernel: string

    The kernel name.

  • method: string

    The hashing method.

  • Optional seed?: any

    An optional hashing seed provided by the kernel.