Closed AniruddhaKanhere closed 9 months ago
This PR moves a base64 decoding table out of local function scope and makes it global static const variable.
This reduces the function complexity from 32 -> 6 due to reduced line count.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
/bot run formatting
This PR moves a base64 decoding table out of local function scope and makes it global static const variable.
This reduces the function complexity from 32 -> 6 due to reduced line count.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.