Skip to content
Snippets Groups Projects
Commit 38bf4ac0 authored by Brian Warner's avatar Brian Warner
Browse files

scalarmult: remove unreachable error-handling code

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.
parent 068e8820
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment