UNPKG

@funded-labs/plug-controller

Version:

Internet Computer Plug wallet's controller

4 lines (3 loc) 264 B
import Secp256k1PublicKey from '../identity/secpk256k1/publicKey'; export declare const sign: (message: string, secretKey: ArrayBuffer) => Uint8Array; export declare const verify: (message: string, signature: Uint8Array, publicKey: Secp256k1PublicKey) => boolean;