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
what version of matlab did you use? L(0, 2) = 0000000000000000 L(0, 3) = 0000000000000000 L(0, 4) = 0000000000000000 L(1, 0) = 0000000000000000 L(1, 1) = 0000000000000000 L(1, 2) = 0000000000000000 L(1, 3) = 8000000000000000 L(1, 4) = 0000000000000000 L(2, 0) = 0000000000000000 L(2, 1) = 0000000000000000 L(2, 2) = 0000000000000000 L(2, 3) = 0000000000000000 L(2, 4) = 0000000000000000 L(3, 0) = 0000000000000000 L(3, 1) = 0000000000000000 L(3, 2) = 0000000000000000 L(3, 3) = 0000000000000000 L(3, 4) = 0000000000000000 L(4, 0) = 0000000000000000 L(4, 1) = 0000000000000000 L(4, 2) = 0000000000000000 L(4, 3) = 0000000000000000 L(4, 4) = 0000000000000000 Error using hex2dec Input must be text.
Error in bitxor_64 (line 15) a_left_dec = uint32(hex2dec(a_left));
Error in SHA3 (line 74) L(ix + 1, iy + 1, :) = bitxor_64(L(ix + 1, iy + 1, :), Lp(ix + 1, iy + 1, :)); Chears
The text was updated successfully, but these errors were encountered:
I use MATLAB 2018b. Now I know this code possibly doesn't work the same on newer verions. Thank you.
Sorry, something went wrong.
No branches or pull requests
what version of matlab did you use?
L(0, 2) = 0000000000000000
L(0, 3) = 0000000000000000
L(0, 4) = 0000000000000000
L(1, 0) = 0000000000000000
L(1, 1) = 0000000000000000
L(1, 2) = 0000000000000000
L(1, 3) = 8000000000000000
L(1, 4) = 0000000000000000
L(2, 0) = 0000000000000000
L(2, 1) = 0000000000000000
L(2, 2) = 0000000000000000
L(2, 3) = 0000000000000000
L(2, 4) = 0000000000000000
L(3, 0) = 0000000000000000
L(3, 1) = 0000000000000000
L(3, 2) = 0000000000000000
L(3, 3) = 0000000000000000
L(3, 4) = 0000000000000000
L(4, 0) = 0000000000000000
L(4, 1) = 0000000000000000
L(4, 2) = 0000000000000000
L(4, 3) = 0000000000000000
L(4, 4) = 0000000000000000
Error using hex2dec
Input must be text.
Error in bitxor_64 (line 15)
a_left_dec = uint32(hex2dec(a_left));
Error in SHA3 (line 74)
L(ix + 1, iy + 1, :) = bitxor_64(L(ix + 1, iy + 1, :), Lp(ix + 1, iy + 1, :));
Chears
The text was updated successfully, but these errors were encountered: