ReactOS 0.4.15-dev-7906-g1b85a5f
mp_int Struct Reference

#include <tomcrypt.h>

Collaboration diagram for mp_int:

Public Attributes

int used
 
int alloc
 
int sign
 
mp_digitdp
 

Detailed Description

Definition at line 225 of file tomcrypt.h.

Member Data Documentation

◆ alloc

int mp_int::alloc

Definition at line 226 of file tomcrypt.h.

◆ dp

mp_digit * mp_int::dp

Definition at line 227 of file tomcrypt.h.

Referenced by mp_div(), and mp_reduce_2k_setup().

◆ sign

int mp_int::sign

Definition at line 226 of file tomcrypt.h.

◆ used

int mp_int::used

Definition at line 226 of file tomcrypt.h.

Referenced by mp_div(), and mp_karatsuba_sqr().


The documentation for this struct was generated from the following files: