Feeds
提问
give me some explanation about the code.
function ab=poly_mult(a,b,mod_pol) ab=0; for i_bit=1:8 if bitget(a,i_bit) b_shift=bitshift(b,i_bit-1); ab=bitxo...
13 years 前 | 2 个回答 | 0
2
个回答1
个回答提问
code for image encryption and text encryption are same or not?
encryption code in AES algorithm
13 years 前 | 1 个回答 | 0
1
个回答提问
how to convert images to byte arrays & byte arrays back in images ?
image encryption and decryption using Modified AES
13 years 前 | 1 个回答 | 0
