summaryrefslogtreecommitdiffstats
path: root/qemu/roms/seabios/src/sha1.h
blob: 07aabf34fe093daa224f47fbb51912f1c7b9fbf1 (plain)
1
2
3
4
5
6
7
8
#ifndef __SHA1_H
#define __SHA1_H

#include "types.h" // u32

u32 sha1(const u8 *data, u32 length, u8 *hash);

#endif // sha1.h