統計
MATLAB Answers
6 質問
0 回答
ランク
of 177,094
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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
回答質問
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
