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
digest::digest2int hashes a plain char, so its signedness follows the
platform. The native kernel forced signed char, which agreed on x86 and
diverged on arm for bytes above 0x7f.
Same fix as rmorie 1.2.3; versions stay locked. The Python arm has no
digest2int and is unaffected.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GVZR4QjrTXCv55j4qdo6E2
0 commit comments