perf(stark-curve): no subgroup check on prime-order curve#349
perf(stark-curve): no subgroup check on prime-order curve#349
Conversation
ivokub
left a comment
There was a problem hiding this comment.
Looks good.
I'm trying to understand what was the previous behaviour - it seems that the method didn't depend on p at all and always returned true?
For long-term, should we add tests which try to pass non-valid points and check that the result is false?
Oh right! the
Some invalid test vectors here would definitely be useful ! |
No description provided.