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.
ax^2 + y^2 = 1 + dx^2y^2
The point to check, represented as a pair of bigint values.
True if the point is on the curve, otherwise false.
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
.