Y
Hacker News
new
|
ask
|
show
|
jobs
by
_RPM
3602 days ago
The image seems to be doing b1 ^ b2 (which would be a XOR), but the result is the result of & (AND)
1 comments
coinomega
3602 days ago
∧ is also the notation for bitwise AND
http://csrc.nist.gov/publications/fips/fips180-4/fips-180-4....
link
_RPM
3602 days ago
Ahh. Okay. I'm just assuming that they would do these computations using a C like language.
link
http://csrc.nist.gov/publications/fips/fips180-4/fips-180-4....