ScryptModule
Unofficial
The scrypt-js library module type, representing the window.scrypt object.
Import:
import type { ScryptModule } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ScryptModuleProperties
| Property | Type | Description | |
|---|---|---|---|
| scrypt | typeof scryptEx | Derives a key asynchronously, yielding to the event loop while it works. |
Methods
| Method | Returns | Description | |
|---|---|---|---|
| syncScrypt(password, salt, N, r, p, dkLen) | Uint8Array | Derives a key synchronously, blocking until it is done. |
Links to this page: