Suvarna Garge (Editor)

Rank error correcting code

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Block length
  
n

Distance
  
n − k + 1

Notation
  
[n, k, d]-code

Message length
  
k

Alphabet size
  
Q = q  (q prime)

Hierarchy
  
Linear block code Rank code

In coding theory, rank codes (also called Gabidulin codes) are non-binary 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.

Contents

A rank code is an algebraic linear code over the finite field G F ( q N ) similar to Reed–Solomon code.

The rank of the vector over G F ( q N ) is the maximum number of linearly independent components over G F ( q ) . The rank distance between two vectors over G F ( q N ) 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

Let X n n-dimensional vector space over the finite field G F ( q N ) , where q is a power of a prime, N is an integer and ( u 1 , u 2 , , u N ) with u i G F ( q ) is a base of the vector space over the field G F ( q ) .

Every element x i G F ( q N ) can be represented as x i = a 1 i u 1 + a 2 i u 2 + + a N i u N . Hence, every vector x = ( x 1 , x 2 , , x n ) over G F ( q N ) can be written as matrix:

x = a 1 , 1 a 1 , 2 a 1 , n a 2 , 1 a 2 , 2 a 2 , n a N , 1 a N , 2 a N , n

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

The set of all vectors x is a space X n = A N n . The map x r ( x ; q ) ) defines a norm over X n and a rank metric:

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

Rank code

A set { x 1 , x 2 , , x n } of vectors from X n is called a code with code distance d = min d ( x i , x j ) and a k-dimensional subspace of X n – a linear (n, k)-code with distance d n k + 1 .

Generating matrix

There is known the only construction of rank code, which is a maximum rank distance MRD-code with d = n − k + 1.

Let's define a Frobenius power [ i ] of the element x G F ( q N ) as

x [ i ] = x q i mod N .

Then, every vector g = ( g 1 , g 2 , , g n ) ,   g i G F ( q N ) ,   n N , linearly independent over G F ( q ) , defines a generating matrix of the MRD (n, k, d = n − k + 1)-code.

G = g 1 g 2 g n g 1 [ m ] g 2 [ m ] g n [ m ] g 1 [ 2 m ] g 2 [ 2 m ] g n [ 2 m ] g 1 [ k m ] g 2 [ k m ] g n [ k m ] ,

where gcd ( m , N ) = 1 .

Applications

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).

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

References

Rank error-correcting code Wikipedia