Update .gitignore and remove tracked files

This commit is contained in:
lzx 2025-04-10 19:51:07 +08:00
parent a60a5b8267
commit 5496387094
3 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
// alph.h
#ifndef BLAKE3_H
#define BLAKE3_H
#include <stdint.h>
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#endif
void alph_hash(unsigned char *output, const unsigned char *input);
#ifdef __cplusplus
}
#endif
#endif // BLAKE3_H

Binary file not shown.

Binary file not shown.