Re: Could anyone verify a term for me?
- From: Bryan Olson <fakeaddress@xxxxxxxxxxx>
- Date: Tue, 13 Jun 2006 23:18:54 GMT
William L. Bahn wrote:
[...]
f = (b & c) | ((~b) & d) // notice inclusive-OR[...]
However, you do have an error
in that it should be inclusive or and not exclusive or. A bit
surprisingly, however, both yield the same results for the
initial values used - I wonder if that is coincidental or it if
is intentional.
I suspect you'll be even more surprised if you try to find
values for b, c and d such that
(b & c) | ((~b) & d)
and
(b & c) ^ ((~b) & d)
yield different results.
--
--Bryan
.
- References:
- Could anyone verify a term for me?
- From: Hipo
- Re: Could anyone verify a term for me?
- From: William L. Bahn
- Could anyone verify a term for me?
- Prev by Date: Re: OpenSSL Hacks
- Next by Date: Re: NIST and PRNGs ... er sorry DRBG
- Previous by thread: Re: Could anyone verify a term for me?
- Next by thread: NIST and PRNGs ... er sorry DRBG
- Index(es):