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
It would be nice to support binary strings for input and key, in addition to the already supported hexadecimal, Decimal, Base64, etc.
0010 (decimal 2) XOR 1010 (decimal 10) = 1000 (decimal 8)
The text was updated successfully, but these errors were encountered:
42e8813
Good idea. I've implemented this for XOR, OR, AND, ADD and SUB operations.
Sorry, something went wrong.
how can i get the value between the two XOR function
🔀 Merge pull request gchq#398 from BOZG/updated_swedish
64bf1cb
Updated Swedish translation
No branches or pull requests
Summary
It would be nice to support binary strings for input and key, in addition to the already supported hexadecimal, Decimal, Base64, etc.
Example
The text was updated successfully, but these errors were encountered: