UNPKG

@airgap/crypto

Version:

The @airgap/crypto packages provides common crypto functionalities.

4 lines (3 loc) 193 B
/// <reference types="node" /> import { DerivationNode } from '../types/derivation'; export declare function deriveEd25519(seed: Buffer, derivationPath?: string, key?: string): DerivationNode;