Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
LeeRoySheep
LeeRoySheep
/
t
/
helper
/
test-sha256.c
Code
Commits
Pulls
CI/CD
82,027
next
bisect
jch
maint
master
next
seen
test
todo
c
7 lines
138 Bytes
Copy permalink
Copy
Raw
1
#include
"test-tool.h"
2
#include
"hash.h"
3
4
int
cmd__sha256
(
int
ac
,
const
char
**
av
)
5
{
6
return
cmd_hash_impl
(
ac
,
av
,
GIT_HASH_SHA256
,
0
);
7
}