mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 08:20:49 +02:00
0de38040f4
in wolfcrypt/src/coding.c, add ALIGN64 to hexDecode[], and add hexEncode[] for use by Base16_Encode(); in wolfcrypt/src/misc.c and wolfssl/wolfcrypt/misc.h: move ctMask*() up so that min() and max() can use them, and add ctMaskWord32GTE(); add ALIGN64 to kHexChar[]; add CT implementation of CharIsWhiteSpace(); remove min_size_t() and max_size_t() recently added, but only one user (refactored).