|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
A 2048-bit unsigned integer stored as 64 little-endian 32-bit limbs. More...
#include <ssh_bignum.h>
Public Attributes | |
| uint32_t | d [SSH_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.
Definition at line 95 of file ssh_bignum.h.
| uint32_t SshBigNum::d[SSH_BN_LIMBS] |
256 bytes of magnitude, little-endian limbs.
Definition at line 97 of file ssh_bignum.h.
Referenced by bn_cmp(), bn_dh_validate(), bn_from_bytes(), bn_is_zero(), bn_to_bytes(), and ssh_dh_generate().