Multi-Precision Integer.
More...
#include <mbed-common.hpp>
◆ Mpi() [1/3]
ndnph::mbedtls::Mpi::Mpi |
( |
| ) |
|
|
inlineexplicit |
◆ Mpi() [2/3]
ndnph::mbedtls::Mpi::Mpi |
( |
const mbedtls_mpi * |
src | ) |
|
|
inlineexplicit |
◆ Mpi() [3/3]
ndnph::mbedtls::Mpi::Mpi |
( |
mbedtls_mpi_sint |
src | ) |
|
|
inlineexplicit |
◆ ~Mpi()
ndnph::mbedtls::Mpi::~Mpi |
( |
| ) |
|
|
inline |
◆ operator const mbedtls_mpi *()
ndnph::mbedtls::Mpi::operator const mbedtls_mpi * |
( |
| ) |
const |
|
inline |
◆ operator mbedtls_mpi *()
ndnph::mbedtls::Mpi::operator mbedtls_mpi * |
( |
| ) |
|
|
inline |
◆ operator=() [1/2]
Mpi& ndnph::mbedtls::Mpi::operator= |
( |
const Mpi & |
| ) |
|
|
delete |
Copy assignment is disallowed due to lack of error handling.
◆ operator=() [2/2]
Mpi& ndnph::mbedtls::Mpi::operator= |
( |
Mpi && |
y | ) |
|
|
inline |
Move assignment.
- Postcondition
y
is cleared
The documentation for this class was generated from the following file: