mirror of https://github.com/wolfSSL/wolfssh.git
1. Remove calls to wc_Sha256 Init, Update, and Final and remove the instances of the wc_Sha256 structure. 2. Remove the c32toa function, it isn't used at this point. 3. Add calls to wc_Sha256Hash(). This removes the Sha256 structure off the stack and replaces it with the direct call to the single-shot hash routine. Flattening the size of the hashed data and hashing it in was removed as redundant. |
||
---|---|---|
.. | ||
echoserver.c | ||
echoserver.h | ||
include.am |