UNPKG

@fruitsjs/crypto

Version:

Cryptographic functions for building Fruits Eco-Blockchain apps.

3 lines (2 loc) 112 B
import { Keys } from './typings/keys'; export declare const generateMasterKeys: (passPhrase: string) => Keys;