UNPKG

@airgap/crypto

Version:

The @airgap/crypto packages provides common crypto functionalities.

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