UNPKG

@logismika/crypto

Version:
3 lines (2 loc) 146 B
import { AlgorythmType } from "./options"; export declare const getPasswordHash: (key: string, algorythm?: AlgorythmType) => Promise<Uint8Array>;