示例#1
0
 def __rshift__(self, other):
     res = cbits(n=self.n - other)
     inst.shrci(res, self, other)
     return res
示例#2
0
文件: types.py 项目: lance6716/SPDZ-2
 def __rshift__(self, other):
     res = cbits(n=self.n-other)
     inst.shrci(res, self, other)
     return res