cosmetics

This commit is contained in:
sagar 2025-07-14 14:18:44 +00:00
parent 8a1f63b557
commit ce06064fcf
3 changed files with 20 additions and 15 deletions

8
sha0/types.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef TYPES_H
#define TYPES_H
typedef unsigned long long UINT64;
typedef unsigned char UCHAR;
typedef unsigned int UINT;
#endif