Skip to content
Commit c8e80769 authored by Pablo de Lara's avatar Pablo de Lara
Browse files

lib: fix ZUC-EIA3

When generating keystream to authenticate multiple buffers,
only 8 bytes more of keystream are needed when all data
to authenticate has been processed, so only 8 more bytes
were generated for all buffers.
The problem here is that this only works if all buffers
have the same size. If the other buffers have different
sizes, they will need 16 bytes to be generated before
getting into the single buffer code path.
parent cb18e2d6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment