Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C] fix decode function #5642

Merged
merged 3 commits into from
Mar 27, 2020
Merged

[C] fix decode function #5642

merged 3 commits into from
Mar 27, 2020

Commits on Mar 20, 2020

  1. fix function names and add parameter to return decoded bytes length f…

    …rom base64decode function
    zhemant committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    93db673 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5558b6c View commit details
    Browse the repository at this point in the history
  3. update the pointer assigning

    for some reason var++ / *var++ cannot be done on int *var, hence making a local variable which is incremented and at the end it is assigned to the pointer.
    zhemant committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    7b16fc7 View commit details
    Browse the repository at this point in the history