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
The Rust implementation treats all non-ascii bytes as '9', while the document says they will be represented by the first/last hex digit of their numeric representation.
Should we update the documentation?