• Determines if a given point lies on the Baby Jubjub elliptic curve by verifying the curve equation. This function checks if the point satisfies the curve equation ax^2 + y^2 = 1 + dx^2y^2.

    Parameters

    • p: Point

      The point to check, represented as a pair of bigint values.

    Returns boolean

    True if the point is on the curve, otherwise false.