Eneboo - Documentación para desarrolladores
|
'defines' | |
#define | NDEBUG |
Funciones | |
BN_ULONG | bn_sub_part_words (BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) |
BN_ULONG | bn_add_part_words (BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) |
int | BN_mul (BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) |
void | bn_mul_normal (BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b, int nb) |
void | bn_mul_low_normal (BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) |
#define NDEBUG |
void bn_mul_low_normal | ( | BN_ULONG * | r, |
BN_ULONG * | a, | ||
BN_ULONG * | b, | ||
int | n | ||
) |