Eneboo - Documentación para desarrolladores
|
'defines' | |
#define | BN_lsw(n) (((n)->top == 0) ? (BN_ULONG) 0 : (n)->d[0]) |
Funciones | |
int | BN_kronecker (const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) |
#define BN_lsw | ( | n | ) | (((n)->top == 0) ? (BN_ULONG) 0 : (n)->d[0]) |