Skip to content
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
@Getfree

Description

@Getfree

The following two lines generate two identical char arrays.

char_array_to_c(cary, sizeof(cary), "e1");

char_array_to_c(cary, sizeof(cary), "e2");

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions