for i in b:
if i[0] != '_':
d[i] = b[i];
- for i in ['MP', 'GF', 'Field',
+ for i in ['ByteString',
+ 'MP', 'GF', 'Field',
'ECPt', 'ECPtCurve', 'ECCurve', 'ECInfo',
'DHInfo', 'BinDHInfo', 'RSAPriv', 'BBSPriv',
'PrimeFilter', 'RabinMiller',
X25519_BASE = MP(9).storel(32)
X448_BASE = MP(5).storel(56)
-Z128 = bytes('00000000000000000000000000000000')
+Z128 = ByteString.zero(16)
class _BoxyPub (object):
def __init__(me, pub, *args, **kw):