UNPKG

@fruitsjs/crypto

Version:

Cryptographic functions for building Fruits Eco-Blockchain apps.

9 lines (8 loc) 241 B
export declare class PassPhraseGenerator { private static readonly wordCount; private seed; constructor(); generate(): string[]; reSeed(seed: any): void; generatePassPhrase(seed?: any[]): Promise<string[]>; }