m2pool_core/cmd/bin/alph.h

18 lines
241 B
C
Raw Normal View History

2025-04-10 07:27:24 +00:00
// 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