wolfssh/examples/echoserver
John Safranek 31912462a0
Hide SHA from Echoserver
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.
2020-12-10 08:42:37 -08:00
..
echoserver.c Hide SHA from Echoserver 2020-12-10 08:42:37 -08:00
echoserver.h Change examples' header file including guard from pragma-once to ifndef-define. 2020-09-24 16:50:35 -07:00
include.am