Eneboo - Documentación para desarrolladores
|
#include <stdio.h>
#include <time.h>
#include "cryptlib.h"
#include "bn_lcl.h"
#include <openssl/rand.h>
Funciones | |
int | BN_rand (BIGNUM *rnd, int bits, int top, int bottom) |
int | BN_pseudo_rand (BIGNUM *rnd, int bits, int top, int bottom) |
int | BN_bntest_rand (BIGNUM *rnd, int bits, int top, int bottom) |
int | BN_rand_range (BIGNUM *r, const BIGNUM *range) |
int | BN_pseudo_rand_range (BIGNUM *r, const BIGNUM *range) |