11 lines
209 B
C
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
|