1
0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2024-06-01 18:28:10 +02:00
CovidBracelet/src/extract_keys.h

14 lines
223 B
C
Raw Normal View History

#ifndef EXTRACT_KEYS_H
#define EXTRACT_KEYS_H
#include "export.pb-c.h"
void process_key(TemporaryExposureKey*);
2021-12-08 12:53:05 +01:00
size_t generate_keys(uint8_t**, int);
int unpack_keys(uint8_t*, size_t) ;
int test_unpacking(int);
#endif