diff --git a/cmd/bin/alph.h b/cmd/bin/alph.h deleted file mode 100644 index 8b1d649..0000000 --- a/cmd/bin/alph.h +++ /dev/null @@ -1,18 +0,0 @@ -// alph.h - -#ifndef BLAKE3_H -#define BLAKE3_H - -#include -#include -#ifdef __cplusplus -extern "C" { -#endif - -void alph_hash(unsigned char *output, const unsigned char *input); - -#ifdef __cplusplus -} -#endif - -#endif // BLAKE3_H \ No newline at end of file diff --git a/cmd/bin/libalph.so b/cmd/bin/libalph.so deleted file mode 100644 index 58dc666..0000000 Binary files a/cmd/bin/libalph.so and /dev/null differ diff --git a/cmd/bin/server b/cmd/bin/server deleted file mode 100644 index 9155405..0000000 Binary files a/cmd/bin/server and /dev/null differ