mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 10:22:20 +01:00
If the cryptocb provider supports specific SHA512/224 and SHA512/256 hashtype, this commit allows to: 1. avoid a copy 2. do not touch the output buffer outside of the cryptocb handler 2 might be important for cryptocb provider that needs special handling of memory buffer (DMA, memory mapping).