Section: New Results
Code-based cryptography
Participants : Grégory Landais, Rafael Misoczki, Nicolas Sendrier, Dimitrios Simos, Jean-Pierre Tillich.
Most popular public-key cryptographic schemes rely either on the
factorization problem (RSA, Rabin), or on the discrete logarithm
problem (Diffie-Hellman, El Gamal, DSA). These systems have evolved
and today instead of the classical groups (
Diversity is a way to dilute that risk, and it is the duty of the cryptographic research community to prepare and propose alternatives to the number theoretic based systems. The most serious tracks today are lattice-based cryptography (NTRU,...), multivariate cryptography (HFE,...) and code-based cryptography (McEliece encryption scheme,...). All these alternatives are referred to as post-quantum cryptosystems, since they rely on difficult algorithmic problems which would not be solved by the coming-up of the quantum computer.
The code-based primitives have been investigated in details within the project-team. The first cryptosystem based on error-correcting codes was a public-key encryption scheme proposed by McEliece in 1978; a dual variant was proposed in 1986 by Niederreiter. We proposed the first (and only) digital signature scheme in 2001. Those systems enjoy very interesting features (fast encryption/decryption, short signature, good security reduction) but also have their drawbacks (large public key, encryption overhead, expensive signature generation). Some of the main issues in this field are
security analysis , implementation and practicality of existing solutions,
reducing the key size, e.g., by using rank metric instead of Hamming metric, or by using particular families of codes,
address new functionalities, like hashing or symmetric encryption.
Recent results:
A new variant of McEliece using Moderate Density Parity Check (MDPC) codes [55] ;
An optimized software implementation of the code-based digital signature scheme CFS [27] ;
An attack on a homomorphic encryption scheme [53] ;
An attack on a variant of the McEliece cryptosystem based on Reed-Solomon codes [54] .