kyber icon indicating copy to clipboard operation
kyber copied to clipboard

Should all Kyber curves check for point/scalar canonicity?

Open jeffallen opened this issue 5 years ago • 0 comments

PR #434 introduces checks that a group can opt-in to by providing certain methods (Point.IsCanonical, Point.HasSmallOrder, Scalar.IsCanonical).

We need to investigate and maybe implement these checks on var_ed25519 and p256 curves as well.

jeffallen avatar Aug 13 '20 09:08 jeffallen