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
For educative mode it would be nice to understand better what the Bits mean.
educative mode
Bits
Bits = 0x190102B1 Target = 2 ^ ( 8 * ( 0x19 - 3 ) ) * 0x 0102B1 = 0x000000000000000102B100000000000000000000000000000000000000000000
so also split "bits" into its two parts (if I understood that right). Bits = 0x190102B1 = 0x19 0x0102B1.
0x190102B1
0x19
0x0102B1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For
educative mode
it would be nice to understand better what theBits
mean.Bits = 0x190102B1
Target = 2 ^ ( 8 * ( 0x19 - 3 ) ) * 0x 0102B1 = 0x000000000000000102B100000000000000000000000000000000000000000000
so also split "bits" into its two parts (if I understood that right). Bits =
0x190102B1
=0x19
0x0102B1
.The text was updated successfully, but these errors were encountered: