mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 12:42:25 +01:00
wolfcrypt/test/test.c: refactor Base64_Decode() with separate always-CT Base64_Decode() and never-CT Base64_Decode_nonCT(), and use the latter only to decode known-public PEM objects, otherwise use always-CT Base64_Decode().