We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2d54e commit 9709d95Copy full SHA for 9709d95
1 file changed
adb/sign_pythonrsa.py
@@ -24,7 +24,7 @@
24
# hashing algo for this.
25
class _Accum(object):
26
def __init__(self):
27
- self._buf = ''
+ self._buf = b''
28
29
def update(self, msg):
30
self._buf += msg
0 commit comments