elliptic-curves
elliptic-curves copied to clipboard
Bitwise operations for scalars
I'm curious as to why Shr is the only bitwise operator implemented for scalars? I'm interested in k256 specifically, but I think this is a more generalized question.
Why not have Shl, And, etc. etc.?