/
rgd045
/
crypto-algorithms
Обзор
Документация
Войти
/
rgd045
/
crypto-algorithms
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
include/common/utils.h
12 строк
176 B
Aleksander Alekseev
Rijndael: first simple test
10 окт 2016, 17:41
10 окт 2016, 17:41
09e8d2e
Код
Авторство
О чём код?
#ifndef _COMMON_UTILS_H_ #define _COMMON_UTILS_H_ #include <stdint.h> int hexToBytes(char* s, uint8_t* b, int blen); void bytesToHex(uint8_t* b, int blen, char *s); #endif