You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the method BigIntegerModulus.reduceModThis() fails if the BigInteger it gets as input is more than the square of the modulus... However, no exception is thrown if this is the case.
The code should be changed to either throw and exception so the user knows that something went wrong, or fixed to handle the case of large input gracefully.
Currently the method
BigIntegerModulus.reduceModThis()
fails if the BigInteger it gets as input is more than the square of the modulus... However, no exception is thrown if this is the case.The code should be changed to either throw and exception so the user knows that something went wrong, or fixed to handle the case of large input gracefully.
See this issue aicis/fresco-outsourcing#6
The text was updated successfully, but these errors were encountered: