Sign in
code
/
git
/
d24220b9e81e75c14a9e67d71a60dd81a1ba5467
/
.
/
t
/
helper
/
test-sha256.c
blob: 7fd0aa1fcd36135760667233b3f3cac1aca33771 [
file
] [
log
] [
blame
]
#include
"test-tool.h"
#include
"hash.h"
int
cmd__sha256
(
int
ac
,
const
char
**
av
)
{
return
cmd_hash_impl
(
ac
,
av
,
GIT_HASH_SHA256
,
0
);
}