NeahNew/node_modules/webdav/dist/node/tools/crypto.d.ts
2025-05-03 14:17:46 +02:00

2 lines
150 B
TypeScript

export declare function ha1Compute(algorithm: string, user: string, realm: string, pass: string, nonce: string, cnonce: string, ha1: string): string;