Eneboo - Documentación para desarrolladores
Funciones
Referencia del Archivo src/libdigidoc/openssl/crypto/bn/bn_gcd.c
#include "cryptlib.h"
#include "bn_lcl.h"

Funciones

int BN_gcd (BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx)
BIGNUMBN_mod_inverse (BIGNUM *in, const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx)

Documentación de las funciones

int BN_gcd ( BIGNUM r,
const BIGNUM in_a,
const BIGNUM in_b,
BN_CTX ctx 
)
BIGNUM* BN_mod_inverse ( BIGNUM in,
const BIGNUM a,
const BIGNUM n,
BN_CTX ctx 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'