コード例 #1
0
 def __lshift__(self, other):
     res = cbits(n=self.n + other)
     inst.shlci(res, self, other)
     return res
コード例 #2
0
ファイル: types.py プロジェクト: lance6716/SPDZ-2
 def __lshift__(self, other):
     res = cbits(n=self.n+other)
     inst.shlci(res, self, other)
     return res