@@ -29,7 +29,7 @@ static int test_keccak_224_empty(void) {
2929
3030 /* Ethereum test vector for empty string */
3131 hex_to_bytes ("f71837502ba8e10837bdd8d365adb85591895602fc552b48b7390abd" , expected , 28 );
32- urcrypt_reverse (28 , expected );
32+ urcrypt__reverse (28 , expected );
3333
3434 int ret = urcrypt_keccak_224 (NULL , 0 , out );
3535
@@ -49,7 +49,7 @@ static int test_keccak_224_41(void) {
4949
5050 /* Ethereum test vector for 0x41 */
5151 hex_to_bytes ("ef40b16ff375c834e91412489889f36538748c5454f4b02ba750b65e" , expected , 28 );
52- urcrypt_reverse (28 , expected );
52+ urcrypt__reverse (28 , expected );
5353
5454 int ret = urcrypt_keccak_224 (& input , 1 , out );
5555
@@ -69,7 +69,7 @@ static int test_keccak_224_asd(void) {
6969
7070 /* Ethereum test vector for "asd" */
7171 hex_to_bytes ("c8cc732c0fa9004eb33d5d833ca22fbd27f21f1c53ef5670bc6779ca" , expected , 28 );
72- urcrypt_reverse (28 , expected );
72+ urcrypt__reverse (28 , expected );
7373
7474 int ret = urcrypt_keccak_224 ((const uint8_t * )message , strlen (message ), out );
7575
@@ -88,7 +88,7 @@ static int test_keccak_256_empty(void) {
8888
8989 /* Ethereum test vector for empty string */
9090 hex_to_bytes ("c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" , expected , 32 );
91- urcrypt_reverse (32 , expected );
91+ urcrypt__reverse (32 , expected );
9292
9393 int ret = urcrypt_keccak_256 (NULL , 0 , out );
9494
@@ -108,7 +108,7 @@ static int test_keccak_256_41(void) {
108108
109109 /* Ethereum test vector for 0x41 */
110110 hex_to_bytes ("03783fac2efed8fbc9ad443e592ee30e61d65f471140c10ca155e937b435b760" , expected , 32 );
111- urcrypt_reverse (32 , expected );
111+ urcrypt__reverse (32 , expected );
112112
113113 int ret = urcrypt_keccak_256 (& input , 1 , out );
114114
@@ -128,7 +128,7 @@ static int test_keccak_256_asd(void) {
128128
129129 /* Ethereum test vector for "asd" */
130130 hex_to_bytes ("87c2d362de99f75a4f2755cdaaad2d11bf6cc65dc71356593c445535ff28f43d" , expected , 32 );
131- urcrypt_reverse (32 , expected );
131+ urcrypt__reverse (32 , expected );
132132
133133 int ret = urcrypt_keccak_256 ((const uint8_t * )message , strlen (message ), out );
134134
@@ -147,7 +147,7 @@ static int test_keccak_384_empty(void) {
147147
148148 /* Ethereum test vector for empty string */
149149 hex_to_bytes ("2c23146a63a29acf99e73b88f8c24eaa7dc60aa771780ccc006afbfa8fe2479b2dd2b21362337441ac12b515911957ff" , expected , 48 );
150- urcrypt_reverse (48 , expected );
150+ urcrypt__reverse (48 , expected );
151151
152152 int ret = urcrypt_keccak_384 (NULL , 0 , out );
153153
@@ -167,7 +167,7 @@ static int test_keccak_384_41(void) {
167167
168168 /* Ethereum test vector for 0x41 */
169169 hex_to_bytes ("5c744cf4b4e3fb8967189e9744261a74f0ef31cdd8850554c737803585ac109039b73c22c50ea866c94debf1061f37a4" , expected , 48 );
170- urcrypt_reverse (48 , expected );
170+ urcrypt__reverse (48 , expected );
171171
172172 int ret = urcrypt_keccak_384 (& input , 1 , out );
173173
@@ -187,7 +187,7 @@ static int test_keccak_384_asd(void) {
187187
188188 /* Ethereum test vector for "asd" */
189189 hex_to_bytes ("50efbfa7d5aa41e132c3cfba2bc503d0014eb5bf6d214420851bff0f284bc9a5383a49327600e2efc3ad9db3621decaf" , expected , 48 );
190- urcrypt_reverse (48 , expected );
190+ urcrypt__reverse (48 , expected );
191191
192192 int ret = urcrypt_keccak_384 ((const uint8_t * )message , strlen (message ), out );
193193
@@ -206,7 +206,7 @@ static int test_keccak_512_empty(void) {
206206
207207 /* Ethereum test vector for empty string */
208208 hex_to_bytes ("0eab42de4c3ceb9235fc91acffe746b29c29a8c366b7c60e4e67c466f36a4304c00fa9caf9d87976ba469bcbe06713b435f091ef2769fb160cdab33d3670680e" , expected , 64 );
209- urcrypt_reverse (64 , expected );
209+ urcrypt__reverse (64 , expected );
210210
211211 int ret = urcrypt_keccak_512 (NULL , 0 , out );
212212
@@ -226,7 +226,7 @@ static int test_keccak_512_41(void) {
226226
227227 /* Ethereum test vector for 0x41 */
228228 hex_to_bytes ("421a35a60054e5f383b6137e43d44e998f496748cc77258240ccfaa8730b51f40cf47c1bc09c728a8cd4f096731298d51463f15af89543fed478053346260c38" , expected , 64 );
229- urcrypt_reverse (64 , expected );
229+ urcrypt__reverse (64 , expected );
230230
231231 int ret = urcrypt_keccak_512 (& input , 1 , out );
232232
@@ -246,7 +246,7 @@ static int test_keccak_512_asd(void) {
246246
247247 /* Ethereum test vector for "asd" */
248248 hex_to_bytes ("3fb67c8b512d8ce73324db02dda2d19ebfb9d6a923c48fb503be3e0c7c752eb84e4da0818665133a27638dce8e9e8696a51b64b6b247354764609f22b4e65d35" , expected , 64 );
249- urcrypt_reverse (64 , expected );
249+ urcrypt__reverse (64 , expected );
250250
251251 int ret = urcrypt_keccak_512 ((const uint8_t * )message , strlen (message ), out );
252252
0 commit comments