UNPKG

@tufjs/repo-mock

Version:
8 lines (7 loc) 177 B
import * as tuf from '@tufjs/models'; export declare class KeyPair { private privateKey; publicKey: tuf.Key; constructor(); sign(data: Buffer): tuf.Signature; }