#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <stdio.h>
Go to the source code of this file.
◆ bytes_to_hex()
| int bytes_to_hex |
( |
const unsigned char * | input, |
|
|
char * | output, |
|
|
size_t | len ) |
◆ bytes_to_uint32()
| uint32_t bytes_to_uint32 |
( |
const unsigned char * | input | ) |
|
◆ bytes_to_uint32_be()
| uint32_t bytes_to_uint32_be |
( |
const unsigned char * | input | ) |
|
◆ hex_to_bytes()
| void hex_to_bytes |
( |
const char * | hex, |
|
|
unsigned char * | bytes, |
|
|
size_t | len ) |
◆ print_hex()
| void print_hex |
( |
const unsigned char * | bytes, |
|
|
size_t | len ) |
◆ shift_left_one()
| void shift_left_one |
( |
unsigned char * | input, |
|
|
size_t | length ) |
◆ uint32_to_bytes()
| void uint32_to_bytes |
( |
const uint32_t | input, |
|
|
unsigned char * | output ) |
◆ uint32_to_bytes_be()
| void uint32_to_bytes_be |
( |
const uint32_t | input, |
|
|
unsigned char * | output ) |