• Hanno Becker's avatar
    Move SHA512_VALIDATE[_RET] outside of MBEDTLS_SHA512_ALT guard · c756049d
    Hanno Becker authored
    Somehow, mbedtls_sha512_ret() is defined even if MBEDTLS_SHA512_ALT
    is set, and it is using SHA512_VALIDATE_RET. The documentation should
    be enhanced to indicate that MBEDTLS_SHA512_ALT does _not_ replace
    the entire module, but only the core SHA-512 functions.
    c756049d