elliptic-curves icon indicating copy to clipboard operation
elliptic-curves copied to clipboard

Bitwise operations for scalars

Open ycscaly opened this issue 2 years ago • 6 comments

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.?

ycscaly avatar Nov 24 '23 18:11 ycscaly