interface HashObj {
    bytes(): Uint8Array;
    digest(): string;
    update(data: string): HashObj;
}

Methods

  • Returns Uint8Array

  • Returns string