Files
PasswordManager/node_modules/@azure/keyvault-keys/dist/browser/cryptography/crypto.d.ts

16 lines
497 B
TypeScript
Raw Normal View History

2025-11-12 10:13:24 -05:00
/**
* @internal
* Use the platform-local hashing functionality
*/
export declare function createHash(_algorithm: string, _data: Uint8Array): Promise<Buffer>;
/**
* @internal
* Use the platform-local verify functionality
*/
export declare function createVerify(_algorithm: string, _data: Uint8Array): never;
/**
* @internal
* Use the platform-local randomBytes functionality
*/
export declare function randomBytes(_length: number): Uint8Array;
//# sourceMappingURL=crypto-browser.d.mts.map