Eneboo - Documentación para desarrolladores
|
#include <stdio.h>
#include <ctype.h>
#include "cryptlib.h"
#include <openssl/buffer.h>
#include "bn_lcl.h"
'defines' | |
#define | BUF_REMAIN (num+3 - (size_t)(p - buf)) |
Funciones | |
char * | BN_bn2hex (const BIGNUM *a) |
char * | BN_bn2dec (const BIGNUM *a) |
int | BN_hex2bn (BIGNUM **bn, const char *a) |
int | BN_dec2bn (BIGNUM **bn, const char *a) |
int | BN_print_fp (FILE *fp, const BIGNUM *a) |
int | BN_print (BIO *bp, const BIGNUM *a) |
char* BN_bn2dec | ( | const BIGNUM * | a | ) |
char* BN_bn2hex | ( | const BIGNUM * | a | ) |