Skip to content

ecScalarMul

ecScalarMul(group, point, scalar): bytes

Return the point multiplied by the scalar

Parameters

group: ECGroup

point: Brand<string, "bytes">

The point to multiply

scalar: Brand<string, "bytes">

The scalar to multiply

Returns

bytes

Source

types/global.d.ts:1441