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
Rust does not allow JQQJ9D or JQQJ9H in HISv2 pattern. (There is discussion going on elsewhere about this all up.)
Rust allows all plain base64 and base64url alphabet chars for all HISv1 patterns while C# has individualized alphabets that are base62, base64, or base64url for different patterns.
Rust always considers == padding optional in many cases where C# patterns have it required to match.