Post
Topic
Board Speculation
Merits 3 from 3 users
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
AlcoHoDL
on 30/10/2023, 18:43:51 UTC
⭐ Merited by WatChe (1) ,JayJuanGee (1) ,psycodad (1)

[...]

... Moreover if Password (P) is a stream of 1's then N will be a stream of 0's.

[...]

Code:
13 = 1101
     ^
 1 = 1111
=========
 0 = 0000

The above is incorrect, or I'm missing something. XORing a number with a stream of 1's would result in that number inverted, i.e.:

Code:
13 = 1101
     ^
 1 = 1111
=========
 2 = 0010