I was reviewing some papers and came across the notation x ∈ {0, 1}*
I want to know what it means. Thank you!
Edit: I noticed I did not put enough context to the question. The paper I reviewed was about blocks in a blockchain. It states:
"A block is a triple of the form B = (s, x, ctr), where s ∈ {0, 1} ᵏ, x ∈ {0, 1}* and ctr∈N"
I hope this gives more context to the notation. Sorry for the incomplete question before!