This repository was archived by the owner on May 18, 2024. It is now read-only.
This repository was archived by the owner on May 18, 2024. It is now read-only.
modp_b64_gen.c generates two identical char arrays #51
Open
Description
The following two lines generate two identical char arrays.
stringencoders/src/modp_b64_gen.c
Line 87 in e1448a9
stringencoders/src/modp_b64_gen.c
Line 92 in e1448a9
One called e1
and the other e2
.
I can't figure out what's the use two identical array literals.
They appear to be used only in the function modp_b64_encode
which could work well with only one of them.
Is this deliberate?
For what purpose?
Metadata
Metadata
Assignees
Labels
No labels