|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
A 2048-bit unsigned integer stored as 64 little-endian 32-bit limbs. More...
#include <bignum.h>
Public Attributes | |
| uint32_t | d [PC_BN_LIMBS] |
| 256 bytes of magnitude, little-endian limbs. | |
A 2048-bit unsigned integer stored as 64 little-endian 32-bit limbs.
d[0] = least significant 32 bits. d[63] = most significant 32 bits.
| uint32_t pc_bignum::d[PC_BN_LIMBS] |
256 bytes of magnitude, little-endian limbs.
Definition at line 93 of file bignum.h.
Referenced by bn_cmp(), bn_dh_validate(), bn_expmod_group14(), bn_from_bytes(), bn_is_zero(), bn_to_bytes(), and ssh_dh_generate().