ethereumjs-monorepo

@ethereumjs/evm / bn128

Interface: bn128

The BN128 curve package (rustbn-wasm)

Table of contents

Properties

Properties

ec_add

ec_add: (input_str: string) => string

Type declaration

▸ (input_str): string

Parameters
Name Type
input_str string
Returns

string

Defined in

types.ts:390


ec_mul

ec_mul: (input_hex: string) => string

Type declaration

▸ (input_hex): string

Parameters
Name Type
input_hex string
Returns

string

Defined in

types.ts:391


ec_pairing

ec_pairing: (input_str: string) => string

Type declaration

▸ (input_str): string

Parameters
Name Type
input_str string
Returns

string

Defined in

types.ts:389