SingingCat
0
application
include
crypt.h
1
#ifndef CRYPT_H
2
#define CRYPT_H
3
#include "uECC.h"
4
5
byte
*get_public_key();
6
int
get_public_key_size();
7
int
my_random_number_generator(uint8_t *dest,
unsigned
size);
8
#endif
Generated on Tue May 28 2024 19:13:43 for SingingCat by
1.9.4