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년 전 | 답변 수: 2 | 0
2
답변1
답변질문
code for image encryption and text encryption are same or not?
encryption code in AES algorithm
거의 13년 전 | 답변 수: 1 | 0
1
답변질문
how to convert images to byte arrays & byte arrays back in images ?
image encryption and decryption using Modified AES
거의 13년 전 | 답변 수: 1 | 0
