Macros | Functions
jacobi.c File Reference
#include <openssl/bn.h>
#include <openssl/err.h>
#include "internal.h"
Include dependency graph for jacobi.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

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

Functions

int bn_jacobi (const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
 

Macro Definition Documentation

◆ BN_lsw

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

Definition at line 61 of file jacobi.c.

Function Documentation

◆ bn_jacobi()

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

Definition at line 63 of file jacobi.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:21