سلام. کسی از بچه ها این شبه کدها رو میدنه یعنی چی
Rightrotate
Rightshift
Xor
Not
برای مثال
S1 := (e rightrotate 6) xor (e rightrotate 11) xor (e rightrotate 25) ch := (e and f) xor ((not e) and g)
یا
s1 := (w[i-2] rightrotate 17) xor (w[i-2] rightrotate 19) xor (w[i-2] rightshift 10)