tests/tcg: add sha512 test
commitd426f4fc6fbd1f6d9d7a721998f92b6e30a3e9db
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 25 Feb 2022 17:20:15 +0000 (25 17:20 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 28 Feb 2022 16:42:30 +0000 (28 16:42 +0000)
tree67a6564c96f6f121a250d4bc16722687912c47e8
parentc96e593a7e88a746b20d06dbfd98f0efffcb59de
tests/tcg: add sha512 test

This imports the sha512 algorithm and related tests from ccan which
offers a cleaner hash implementation with its own validation tests
with which we can exercise TCG code generations.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220225172021.3493923-13-alex.bennee@linaro.org>
tests/tcg/multiarch/sha512.c [new file with mode: 0644]