Brain Dump

Linear Expressions

Tags
comp-sci

An expression defined as an XOR sum of a number of bits of some piece of data that always evaluates to a 0/1 (true/false) value with some bias (for example a binary number Y could have a linear-expression defined as Y1\xorY2\xorY3).

Note: The bias in a linear-expression can be exploited to attack a system.

Note: In these equations Y1 is the left-most bit and Yn is the right-most.

Links to this note