root 6 лет назад
Родитель
Сommit
0d1d652253
1 измененных файлов: 4 добавлений и 0 удалений
  1. 4
    0
      inc/lc6_crypto.h

+ 4
- 0
inc/lc6_crypto.h Просмотреть файл

#ifndef LC6_SSL_H #ifndef LC6_SSL_H
#define LC6_SSL_H #define LC6_SSL_H


#include <sodium.h>
#include "../inc/lc6_common.h" #include "../inc/lc6_common.h"


int lc6crypto_init(void); int lc6crypto_init(void);


void lc6crypto_random(unsigned char*, int); void lc6crypto_random(unsigned char*, int);


#define LC6_CRYPTO_HASHLEN crypto_generichash_BYTES
#define LC6_CRYPTO_HASHSIGNLEN (crypto_secretbox_NONCEBYTES+crypto_box_MACBYTES+crypto_generichash_BYTES)

#endif #endif

Загрузка…
Отмена
Сохранить