encryptogroup / ABY

ABY - A Framework for Efficient Mixed-protocol Secure Two-party Computation
GNU Lesser General Public License v3.0
463 stars 132 forks source link

Is there a right shift gate or should I create one? #95

Closed ishaq closed 5 years ago

ishaq commented 6 years ago

I can see the PutLeftShifterGate but no corresponding PutRightShifterGate, does something like that exist? If not, I can write something (probably a copy/paste/modify of LeftShifter) and submit a PR?

ishaq commented 5 years ago

There are barrel right shift and barrel left shift, which I believe do the same thing. So closing it.