DIMA/trial1/layer2.h
2020-05-22 12:54:01 +02:00

16 lines
256 B
C

#include "layer1.h"
#include <stdio.h>
#include <stdint.h>
#include <openssl/rand.h>
#include <openssl/bio.h>
#include <openssl/err.h>
#include <openssl/sha.h>
#define SHA256_dig_t 32 //bytes
void startProtocol();
int deriveKDF();
int deriveECC_Key();