UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

13 lines (12 loc) 315 B
import { IHashAlgorithm } from './hash-algorithm'; export declare class MD5 implements IHashAlgorithm { private _hash; private _t; private computeHashCore; private FF; private GG; private HH; private II; private resetCache; computeHash(source: number[]): number[]; }