Variable encryptSeedConst
encryptSeed: (
seed: string,
password: string,
encryptionRounds?: number,
) => TBase64
Type Declaration
- (seed: string, password: string, encryptionRounds?: number): TBase64
Parameters
- seed: string
- password: string
OptionalencryptionRounds: number
Returns TBase64