We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This error in rust-mdbg is triggered because lowercase bases are passed to nthash. Possible solutions:
rust-mdbg
nthash
H_LOOKUP
RC_LOOKUP
The text was updated successfully, but these errors were encountered:
Similarly, it may be nice to accept [0,1,2,3] values for convenience as well, for when data is already packed.
[0,1,2,3]
Sorry, something went wrong.
No branches or pull requests
This error in
rust-mdbg
is triggered because lowercase bases are passed tonthash
. Possible solutions:nthash
. One solution is modifyingH_LOOKUP
andRC_LOOKUP
to also have the lowercase variants.The text was updated successfully, but these errors were encountered: