mp_ptr Constructor |
Name | Description | |
---|---|---|
mp_ptr(Byte) |
Creates a new array of limbs initialized with values in unmanaged memory.
| |
mp_ptr(UInt16) |
Creates a new array of limbs initialized with values in unmanaged memory.
| |
mp_ptr(UInt32) |
Creates a new array of limbs initialized with values in unmanaged memory.
| |
mp_ptr(UInt64) |
Creates a new array of limbs initialized with values in unmanaged memory.
| |
mp_ptr(mp_base) |
Creates new pointer to array of limbs at mp.
| |
mp_ptr(mp_size_t) |
Creates a new array of size limbs in unmanaged memory.
|