PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@polkadot/util-crypto/secp256k1
Просмотр файла: sign.d.ts
import type { Keypair } from '../types.js';
import type { HashType } from './types.js';
/**
* @name secp256k1Sign
* @description Returns message signature of `message`, using the supplied pair
*/
export declare function secp256k1Sign(message: Uint8Array | string, { secretKey }: Partial<Keypair>, hashType?: HashType, onlyJs?: boolean): Uint8Array;
Выполнить команду
Для локальной разработки. Не используйте в интернете!