>>> + else
>>> + {
>>> + /* Compressed format expected, without leading zeros */
>>> + if (nbytes < secret_x_size)
>>
>> Please use an "else if ()" here.
> Well, I am sorry but I don't see what test can be done here.
Oh ok, sorry, I see what you mean