Skip to content

ecAdd

ecAdd(group, a, b): bytes

Sum two curve points

Parameters

group: ECGroup

The target group

a: Brand<string, "bytes">

The first point to add

b: Brand<string, "bytes">

The second point to add

Returns

bytes

Source

types/global.d.ts:1433