You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
In the current version (2.3.0), the padding byte resets to 0xFF when a
slice is taken:
In [14]: ih.padding
Out[14]: 0
In [15]: ih[:4].padding
Out[15]: 255
It would make sense to copy the padding byte to the new instance.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#56>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAUIG6Q3FJBD2KHQOOM3JLTZABWPANCNFSM5AZ3IEVA>
.
Hello,
In the current version (2.3.0), the padding byte resets to 0xFF when a slice is taken:
It would make sense to copy the padding byte to the new instance.
The text was updated successfully, but these errors were encountered: