RetroArch
Public Attributes | List of all members
mbedtls_mpi Struct Reference

MPI structure. More...

#include <bignum.h>

Collaboration diagram for mbedtls_mpi:
[legend]

Public Attributes

int s
 
size_t n
 
mbedtls_mpi_uintp
 

Detailed Description

MPI structure.

Member Data Documentation

◆ n

size_t mbedtls_mpi::n

total # of limbs

◆ p

mbedtls_mpi_uint* mbedtls_mpi::p

pointer to limbs

◆ s

int mbedtls_mpi::s

integer sign


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