Update .gitignore and remove tracked files
This commit is contained in:
parent
a60a5b8267
commit
5496387094
|
@ -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.
BIN
cmd/bin/server
BIN
cmd/bin/server
Binary file not shown.
Loading…
Reference in New Issue