mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-08 00:03:38 -04:00
commit
This commit is contained in:
parent
fa4ab208e9
commit
16143adc5b
@ -5,7 +5,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
typedef enum { OQS_ERROR = -1,
|
typedef enum { OQS_ERROR = -1,
|
||||||
OQS_SUCCESS = 0 } OQS_STATUS;
|
OQS_SUCCESS = 0 } OQS_STATUS;
|
||||||
|
|
||||||
/* Displays hexadecimal strings */
|
/* Displays hexadecimal strings */
|
||||||
void OQS_print_hex_string(const char *label, uint8_t *str, size_t len);
|
void OQS_print_hex_string(const char *label, uint8_t *str, size_t len);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user