mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 02:32:19 +01:00
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).