Neah/node_modules/webdav/dist/node/tools/crypto.d.ts
2025-04-24 19:10:05 +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;