#ifndef SHA2_H #define SHA2_H #if __has_include_next() #include_next #else #include "../../libc/include/sha2.h" #include "../../libc/sha2/sha224.c" #include "../../libc/sha2/sha256.c" #include "../../libc/sha2/sha384.c" #include "../../libc/sha2/sha512_256.c" #include "../../libc/sha2/sha512.c" #define timingsafe_memcmp memcmp #endif #endif