UNPKG

cngn-typescript-library

Version:

A lightweight Typescript library to give you the best experience with managing your cNGN merchant account

7 lines (6 loc) 248 B
export declare class Ed25519Crypto { private static isInitialized; private static initialize; private static parseOpenSSHPrivateKey; static decryptWithPrivateKey(ed25519PrivateKey: string, encryptedData: string): Promise<string>; }