Go to the source code of this file.
Macros | |
#define | BN_lsw(n) (((n)->top == 0) ? (BN_ULONG) 0 : (n)->d[0]) |
Functions | |
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]) |