ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <tomcrypt.h>
Public Attributes | |
int | used |
int | alloc |
int | sign |
mp_digit * | dp |
Definition at line 225 of file tomcrypt.h.
int mp_int::alloc |
Definition at line 226 of file tomcrypt.h.
mp_digit * mp_int::dp |
Definition at line 227 of file tomcrypt.h.
Referenced by mp_div(), and mp_reduce_2k_setup().
int mp_int::sign |
Definition at line 226 of file tomcrypt.h.
int mp_int::used |
Definition at line 226 of file tomcrypt.h.
Referenced by mp_div(), and mp_karatsuba_sqr().