2 lines
150 B
TypeScript
2 lines
150 B
TypeScript
export declare function ha1Compute(algorithm: string, user: string, realm: string, pass: string, nonce: string, cnonce: string, ha1: string): string;
|