Rank error-correcting code

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Rank codes
Classification
HierarchyLinear block code
Rank code
Block lengthn
Message lengthk
Distancenk + 1
Alphabet sizeQ = qN  (q prime)
Notation[n, k, d]-code
Algorithms
Berlekamp–Massey
Euclidean
with Frobenius polynomials

In coding theory, rank codes (also called Gabidulin codes) are non-binary[1] linear error-correcting codes over not Hamming but rank metric. They described a systematic way of building codes that could detect and correct multiple random rank errors. By adding redundancy with coding k-symbol word to a n-symbol word, a rank code can correct any errors of rank up to t = ⌊ (d − 1) / 2 ⌋, where d is a code distance. As an erasure code, it can correct up to d − 1 known erasures.

A rank code is an algebraic linear code over the finite field GF(qN) similar to Reed–Solomon code.

The rank of the vector over GF(qN) is the maximum number of linearly independent components over GF(q). The rank distance between two vectors over GF(qN) is the rank of the difference of these vectors.

The rank code corrects all errors with rank of the error vector not greater than t.

Rank metric

[edit | edit source]

Let Xn be an n-dimensional vector space over the finite field GF(qN), where q is a power of a prime and N is a positive integer. Let (u1,u2,,uN), with uiGF(qN), be a base of GF(qN) as a vector space over the field GF(q).

Every element xiGF(qN) can be represented as xi=a1iu1+a2iu2++aNiuN. Hence, every vector x=(x1,x2,,xn) over GF(qN) can be written as matrix:

x=a1,1a1,2a1,na2,1a2,2a2,naN,1aN,2aN,n

Rank of the vector x over the field GF(qN) is a rank of the corresponding matrix A(x) over the field GF(q) denoted by r(x;q).

The set of all vectors x is a space Xn=ANn. The map xr(x;q)) defines a norm over Xn and a rank metric:

d(x;y)=r(xy;q)

Rank code

[edit | edit source]

A set {x1,x2,,xn} of vectors from Xn is called a code with code distance d=mind(xi,xj). If the set also forms a k-dimensional subspace of Xn, then it is called a linear (n, k)-code with distance d. Such a linear rank metric code always satisfies the Singleton bound dnk+1 with equality.

Generating matrix

[edit | edit source]

There are several known constructions of rank codes, which are maximum rank distance (or MRD) codes with d = n − k + 1. The easiest one to construct is known as the (generalized) Gabidulin code, it was discovered first by Delsarte (who called it a Singleton system) and later by Gabidulin [2] (and Kshevetskiy [3] ).

Let's define a Frobenius power [i] of the element xGF(qN) as

x[i]=xqimodN.

Then, every vector g=(g1,g2,,gn),giGF(qN),nN, linearly independent over GF(q), defines a generating matrix of the MRD (n, k, d = n − k + 1)-code.

G=g1g2gng1[m]g2[m]gn[m]g1[2m]g2[2m]gn[2m]g1[(k1)m]g2[(k1)m]gn[(k1)m],

where gcd(m,N)=1.

Applications

[edit | edit source]

There are several proposals for public-key cryptosystems based on rank codes. However, most of them have been proven insecure (see e.g. Journal of Cryptology, April 2008[4]).

Rank codes are also useful for error and erasure correction in network coding.

See also

[edit | edit source]

Notes

[edit | edit source]
  1. ^ Codes for which each input symbol is from a set of size greater than 2.
  2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  3. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  4. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).

References

[edit | edit source]
  • Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  • Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  • Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
[edit | edit source]