We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a655a commit f719a00Copy full SHA for f719a00
1 file changed
tests/test_4_jwe.py
@@ -25,7 +25,7 @@
25
26
27
def intarr2bytes(arr):
28
- return array.array('B', arr).tobytes()
+ return array.array('B', arr).tostring()
29
30
31
def bytes2intarr(bts):
0 commit comments