How do I convert the vector to matrix 16 * 16
1 view (last 30 days)
Show older comments
Can anyone help me
In this function i have vector , i want convert the vector to matrix 16 * 16
function inv_s_box = s_box_inversion (s_box)
for i = 1 : 256
inv_s_box(s_box(i) + 1) = i ;%- 1;
end
2 Comments
Accepted Answer
More Answers (2)
See Also
Categories
Find more on Encryption / Cryptography in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!