interface Hash {
    hash(input, seed): number;
    hashV(input, seed): Uint8Array;
}

Methods

Methods