webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Functions
kronecker.c File Reference
#include <openssl/bn.h>
#include "internal.h"

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)
 

Macro Definition Documentation

◆ BN_lsw

#define BN_lsw (   n)    (((n)->top == 0) ? (BN_ULONG) 0 : (n)->d[0])

Function Documentation

◆ BN_kronecker()

int BN_kronecker ( const BIGNUM a,
const BIGNUM b,
BN_CTX ctx 
)