Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
95f850c2377968ad951121ceaab76d40a9eed593
/
.
/
src
/
sha1.h
blob: 07aabf34fe093daa224f47fbb51912f1c7b9fbf1 [
file
] [
log
] [
blame
]
Stefan Berger
5aa2a75
2015-03-23 14:22:17 -0400
[
diff
] [
blame
]
1
#ifndef
__SHA1_H
2
#define
__SHA1_H
3
4
#include
"types.h"
// u32
5
6
u32 sha1
(
const
u8
*
data
,
u32 length
,
u8
*
hash
);
7
8
#endif
// sha1.h