Skip to main content

constructJubjubPoint

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.19.0


@midnight-ntwrk/compact-runtime / constructJubjubPoint

Function: constructJubjubPoint()

function constructJubjubPoint(x, y): JubjubPoint;

The Compact builtin constructJubjubPoint function

This function constructs a Compact JubjubPoint from the x- and y-coordinates. NOTE that it does not check that the coordinates represent a valid point on the Jubjub curve.

Parameters

x

bigint

y

bigint

Returns

JubjubPoint