Feeds
提问
hello , i need a coding?
hello i am coding for hash512 algorithm. i have coded up to padding operations and i need to perform round functions can so...
11 years 前 | 0 个回答 | 0
0
个回答提问
how can i or 2 unbalanced vectors?
if my values are m = [ 1 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 1 1 1]; f = [ 1 0 1 1 1 0] then how can i perform logical or on f and...
11 years 前 | 0 个回答 | 0
0
个回答提问
how to xor r1 , r2 and resolve the following error?
x5 = '510E527FADE682D1'; bx5 = base2dec(x5,16); e = dec2bin(bx5,64); r1 = circshift(e,[0 +14]); disp(r1); r2 = circshift(e...
11 years 前 | 2 个回答 | 0