[JoGu]

Cryptology

Dictionary of Bit Vectors

a7Hzq .#5r<
kÜ\as TâÆK$
ûj(Ö2 ñw%h:
Úk{4R f~`z8
¤˜Æ+Ô „&¢Dø

A bit vector (b1, ..., bn) has the following interpretations:

[Of course there are other possible interpretations—every information has a binary encoding.]

The following table shows these interpretations for the bit vectors of length n = 4:

Number Bitstring (hexadecimal) Subset Linear form Monomial
000000 Ø0 1
100011 {4}T4 T4
200102 {3}T3 T3
300113 {3,4} T3+T4 T3T4
401004 {2}T2 T2
501015 {2,4} T2+T4 T2T4
601106 {2,3} T2+T3 T2T3
701117 {2,3,4} T2+T3+T4 T2T3T4
810008 {1}T1 T1
910019 {1,4} T1+T4 T1T4
101010A {1,3} T1+T3 T1T3
111011B {1,3,4} T1+T3+T4 T1T3T4
121100C {1,2} T1+T2 T1T2
131101D {1,2,4} T1+T2+T4 T1T2T4
141110E {1,2,3} T1+T2+T3 T1T2T3
151111F {1,2,3,4} T1+T2+T3+T4 T1T2T3T4

Or, to express it by a picture for an example:

[Interpretations of a bitblock]

Author: Klaus Pommerening, 2005-Aug-03; last change: 2021-Feb-01.