We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
It seems that this line of code is broken:
verificatum-vjsc/src/js/verificatum/arithm/PPRing.js
Line 279 in 85eae03
in case the previous statement is false:
Lines 275 to 279 in 85eae03
The elements variable is not yet defined, so elements.length would result in a TypeError.
elements
elements.length
TypeError
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
It seems that this line of code is broken:
verificatum-vjsc/src/js/verificatum/arithm/PPRing.js
Line 279 in 85eae03
in case the previous statement is false:
verificatum-vjsc/src/js/verificatum/arithm/PPRing.js
Lines 275 to 279 in 85eae03
The
elements
variable is not yet defined, soelements.length
would result in aTypeError
.The text was updated successfully, but these errors were encountered: