From 33468b1ffc8cf7e07434503b550cc7fbfef58909 Mon Sep 17 00:00:00 2001 From: David Leal Date: Mon, 29 May 2023 21:23:35 -0600 Subject: [PATCH] chore: apply suggestions from code review --- hashing/sha256.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashing/sha256.cpp b/hashing/sha256.cpp index 674111a89..514fffa9f 100644 --- a/hashing/sha256.cpp +++ b/hashing/sha256.cpp @@ -308,7 +308,7 @@ void test_sha256() { } } -void test() { +static void test() { test_compute_padded_size(); test_extract_byte(); test_get_char();