logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git
commit: be199cb160307c2cf1c5ef591ebcd3fd2247ba74
parent c6b6d2ad7d5c2ad29d1958a22f6bd13c15757e39
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 18 Sep 2024 05:06:50 +0200

test-lib/sha512: turn off clang-format for test constants

Diffstat:

Mtest-lib/sha512.c2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/test-lib/sha512.c b/test-lib/sha512.c @@ -69,11 +69,13 @@ main(void) 3, "ddaf35a193617abacc417349ae20413112e6fa4e89a97ea20a9eeee64b55d39a" "2192992a274fc1a836ba3c23a3feebbd454d4423643ce80e2a9ac94fa54ca49f"); + // clang-format off t_sha512("abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmnhijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu", "abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmnhijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu", 112, "8e959b75dae313da8cf4f72814fc143f8f7779c6eb9f7fa17299aeadb6889018" "501d289e4900f7e4331b99dec4b5433ac7d329eeb6dd26545e96e55b874be909"); + // clang-format on assert(counter == plan); return err;