Something went wrong on our end
-
Brian Warner authored
The two scalarmult functions always return 0 (they should really have been declared as 'void'). So simply assert that they've returned 0 instead of trying to raise an exception in a code path that will never be exercised or tested.
Brian Warner authoredThe two scalarmult functions always return 0 (they should really have been declared as 'void'). So simply assert that they've returned 0 instead of trying to raise an exception in a code path that will never be exercised or tested.