• Hanno Becker's avatar
    Move SHA256_VALIDATE[_RET] outside of MBEDTLS_SHA256_ALT guard · 2f6de426
    Hanno Becker authored
    Somehow, mbedtls_sha256_ret() is defined even if MBEDTLS_SHA256_ALT
    is set, and it is using SHA256_VALIDATE_RET. The documentation should
    be enhanced to indicate that MBEDTLS_SHA256_ALT does _not_ replace
    the entire module, but only the core SHA-256 functions.
    2f6de426