Files
yespower-arm/yespower.h
2024-12-10 21:39:09 +01:00

11 lines
209 B
C

#ifndef YESPOWER_H
#define YESPOWER_H
#include <stdint.h>
#include <stddef.h>
#include "yespower-platform.h"
int yespower_hash(const uint8_t *input, size_t input_len, uint8_t *output);
#endif // YESPOWER_H